neuralgia/kubejs/client_scripts/mainClientScript.js
2023-10-27 08:26:25 +07:00

12 lines
193 B
JavaScript

// priority: 0
REIEvents.hide('item', event => {
hideGTStuff(event)
hideTFCStuff(event)
hideMinecraftStuff(event)
})
REIEvents.groupEntries(event => {
groupGTStuff(event)
})