This commit is contained in:
Dmitry 2023-12-11 14:45:12 +07:00
parent 1b11041bc2
commit 171262ed09
3 changed files with 26 additions and 23 deletions

View file

@ -1,7 +1,6 @@
// priority: 1
REIEvents.hide('item', event => {
/*
hideMinecraftStuff(event)
hideTFCStuff(event)
hideGTCEUStuff(event)
@ -9,21 +8,21 @@ REIEvents.hide('item', event => {
hideAdAstraStuff(event)
hideSophisticatedBackpacksStuff(event)
hideMoreRedStuff(event)
hideSmallShipsStuff(event)*/
hideSmallShipsStuff(event)
})
REIEvents.groupEntries(event => {
//groupGTCEUStuff(event)
//groupTFCStuff(event)
groupGTCEUStuff(event)
groupTFCStuff(event)
})
REIEvents.removeCategories(event => {
//registerMinecraftCategories(event)
//registerGTCEUCategories(event)
//registerMoreRedCategories(event)
registerMinecraftCategories(event)
registerGTCEUCategories(event)
registerMoreRedCategories(event)
})
REIEvents.hide('fluid', event => {
//hideTFCFluids(event)
hideTFCFluids(event)
})