ae2 crafts
This commit is contained in:
parent
9d0f155ffd
commit
ce373f4309
6 changed files with 1154 additions and 1 deletions
7
kubejs/client_scripts/mods/ae2.js
Normal file
7
kubejs/client_scripts/mods/ae2.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// priority: 0
|
||||
|
||||
const hideAE2Stuff = (event) => {
|
||||
global.AE2_DISABLED_ITEMS.forEach(item => {
|
||||
event.hide(item)
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue