fxi collapsing

This commit is contained in:
Dmitry 2024-01-10 14:07:59 +07:00
parent f907c98009
commit 80c1696ff1
2 changed files with 9 additions and 13 deletions

View file

@ -1,6 +1,6 @@
// priority: 1
REIEvents.hideItems(event => {
REIEvents.hide('items', event => {
hideMinecraftStuff(event)
hideTFCStuff(event)
hideFirmaLifeStuff(event)
@ -26,7 +26,7 @@ REIEvents.removeCategories(event => {
registerMoreRedCategories(event)
})
REIEvents.hideFluids(event => {
REIEvents.hide('fluids', event => {
hideTFCFluids(event)
hideFirmaLifeFluids(event)