Старт переработки ванильных рецептиков
This commit is contained in:
parent
52b2443333
commit
bad059c4fa
6 changed files with 1012 additions and 166 deletions
|
|
@ -1,6 +1,7 @@
|
|||
// priority: 1
|
||||
|
||||
REIEvents.hide('item', event => {
|
||||
/*
|
||||
hideMinecraftStuff(event)
|
||||
hideTFCStuff(event)
|
||||
hideFirmaLifeStuff(event)
|
||||
|
|
@ -10,21 +11,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)
|
||||
/*registerMinecraftCategories(event)
|
||||
registerGTCEUCategories(event)
|
||||
registerMoreRedCategories(event)
|
||||
registerMoreRedCategories(event)*/
|
||||
})
|
||||
|
||||
REIEvents.hide('fluid', event => {
|
||||
hideTFCFluids(event)
|
||||
hideFirmaLifeFluids(event)
|
||||
/*hideTFCFluids(event)
|
||||
hideFirmaLifeFluids(event)*/
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue