neuralgia/kubejs/client_scripts/mods/ae2.js
2023-12-09 13:32:48 +02:00

7 lines
No EOL
131 B
JavaScript

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