fxi collapsing
This commit is contained in:
parent
f907c98009
commit
80c1696ff1
2 changed files with 9 additions and 13 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue