ae2 crafts

This commit is contained in:
FriendlyCube 2023-11-28 18:04:06 +02:00
parent b7dd54cea1
commit 7a2bb4000a
6 changed files with 1154 additions and 1 deletions

View file

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