neuralgia/kubejs/client_scripts/mods/ae2.js
2023-11-30 21:47:58 +05:00

7 lines
No EOL
131 B
JavaScript

// priority: 0
const hideAE2Stuff = (event) => {
global.AE2_DISABLED_ITEMS.forEach(item => {
event.hide(item)
})
}