Переписан CreateAdditions
This commit is contained in:
parent
85a49d22f5
commit
2365381736
5 changed files with 192 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ REIEvents.hide('item', event => {
|
|||
hideSophisticatedBackpacksStuff(event)
|
||||
hideMoreRedStuff(event)*/
|
||||
hideRailWaysStuff(event)
|
||||
hideCreateAdditionsStuff(event)
|
||||
|
||||
})
|
||||
|
||||
|
|
@ -29,4 +30,5 @@ REIEvents.removeCategories(event => {
|
|||
REIEvents.hide('fluid', event => {
|
||||
hideTFCFluids(event)
|
||||
hideFirmaLifeFluids(event)
|
||||
hideCreateAdditionsFluids(event)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue