Fix EMI compat
This commit is contained in:
parent
4e37c5a151
commit
08955d16cd
1 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// priority: 1
|
||||
|
||||
REIEvents.hide('item', event => {
|
||||
JEIEvents.hideItems(event => {
|
||||
hideMinecraftStuff(event)
|
||||
hideTFCStuff(event)
|
||||
hideFirmaLifeStuff(event)
|
||||
|
|
@ -15,18 +15,18 @@ REIEvents.hide('item', event => {
|
|||
hideChiselAndBitsStuff(event)
|
||||
})
|
||||
|
||||
REIEvents.groupEntries(event => {
|
||||
groupGTCEUStuff(event)
|
||||
groupTFCStuff(event)
|
||||
})
|
||||
//JEIEvents.groupEntries(event => {
|
||||
// groupGTCEUStuff(event)
|
||||
// groupTFCStuff(event)
|
||||
//})
|
||||
|
||||
REIEvents.removeCategories(event => {
|
||||
JEIEvents.removeCategories(event => {
|
||||
registerMinecraftCategories(event)
|
||||
registerGTCEUCategories(event)
|
||||
registerMoreRedCategories(event)
|
||||
})
|
||||
|
||||
REIEvents.hide('fluid', event => {
|
||||
JEIEvents.hideFluids(event => {
|
||||
hideTFCFluids(event)
|
||||
hideFirmaLifeFluids(event)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue