new system of hiding items example
This commit is contained in:
parent
fec7d9ab3c
commit
3931c1ebad
5 changed files with 33 additions and 16 deletions
|
|
@ -1,9 +0,0 @@
|
|||
// priority: 0
|
||||
|
||||
const hideAE2Stuff = (event) => {
|
||||
global.AE2_DISABLED_ITEMS.forEach(item => {
|
||||
event.hide(item)
|
||||
})
|
||||
|
||||
event.hide('ae2:facade')
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
// priority: 0
|
||||
|
||||
const hideChiselAndBitsStuff = (event) => {
|
||||
global.CHISEL_AND_BITS_DISABLED_ITEMS.forEach(item => {
|
||||
event.hide(item)
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue