16 lines
307 B
JavaScript
16 lines
307 B
JavaScript
// priority: 199
|
|
|
|
/*
|
|
REIEvents.hide('item', event => {
|
|
hideGTStuff(event)
|
|
hideTFCStuff(event)
|
|
hideCreateStuff(event)
|
|
hideMinecraftStuff(event)
|
|
hideExtendedCraftingStuff(event)
|
|
hideSophisticatedBackpacksStuff(event)
|
|
})
|
|
|
|
|
|
REIEvents.groupEntries(event => {
|
|
groupGTStuff(event)
|
|
})*/
|