neuralgia/kubejs/client_scripts/mainClientScript.js

21 lines
No EOL
420 B
JavaScript

// priority: 199
REIEvents.hide('item', event => {
hideGTStuff(event)
hideTFCStuff(event)
hideCreateStuff(event)
hideMinecraftStuff(event)
hideExtendedCraftingStuff(event)
hideSBStuff(event)
hideMoreRedStuff(event)
})
REIEvents.groupEntries(event => {
groupGTStuff(event)
})
REIEvents.removeCategories(event => {
registerGTCategories(event)
registerMoreRedCategories(event)
})