ae2 crafts
This commit is contained in:
parent
3848785356
commit
8be4cac60b
6 changed files with 1154 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ REIEvents.hide('item', event => {
|
|||
hideTFCStuff(event)
|
||||
hideGTCEUStuff(event)
|
||||
hideCreateStuff(event)
|
||||
hideAE2Stuff(event)
|
||||
hideExtendedCraftingStuff(event)
|
||||
hideSophisticatedBackpacksStuff(event)
|
||||
hideMoreRedStuff(event)
|
||||
|
|
|
|||
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