new system of hiding items example

This commit is contained in:
Dmitry 2024-01-26 12:06:44 +07:00
parent fec7d9ab3c
commit 3931c1ebad
5 changed files with 33 additions and 16 deletions

View file

@ -1,9 +0,0 @@
// priority: 0
const hideAE2Stuff = (event) => {
global.AE2_DISABLED_ITEMS.forEach(item => {
event.hide(item)
})
event.hide('ae2:facade')
}

View file

@ -1,7 +0,0 @@
// priority: 0
const hideChiselAndBitsStuff = (event) => {
global.CHISEL_AND_BITS_DISABLED_ITEMS.forEach(item => {
event.hide(item)
})
}