Некоторая работа

This commit is contained in:
Dmitry 2023-12-29 19:37:56 +07:00
parent 2365381736
commit c327f7c0e7
6 changed files with 677 additions and 17 deletions

View file

@ -10,9 +10,9 @@ REIEvents.hide('item', event => {
hideAE2Stuff(event)
hideAdAstraStuff(event)
hideSophisticatedBackpacksStuff(event)
hideMoreRedStuff(event)*/
hideMoreRedStuff(event)
hideRailWaysStuff(event)
hideCreateAdditionsStuff(event)
hideCreateAdditionsStuff(event)*/
})
@ -30,5 +30,7 @@ REIEvents.removeCategories(event => {
REIEvents.hide('fluid', event => {
hideTFCFluids(event)
hideFirmaLifeFluids(event)
hideCreateFluids(event)
hideCreateAdditionsFluids(event)
})