finish
This commit is contained in:
parent
1b11041bc2
commit
171262ed09
3 changed files with 26 additions and 23 deletions
|
|
@ -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)
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue