Files
TFG/kubejs/client_scripts/mainClientScript.js
2023-10-28 19:18:44 +07:00

14 lines
220 B
JavaScript

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