he ro ta
This commit is contained in:
parent
7f8e06de8c
commit
969e554c9d
31 changed files with 569 additions and 26 deletions
7
kubejs/client_scripts/extendedCrafting/rei.js
Normal file
7
kubejs/client_scripts/extendedCrafting/rei.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// priority: 0
|
||||
|
||||
const hideExtendedCraftingStuff = (event) => {
|
||||
extendedCraftingItemsToHide.forEach(itemToHide => {
|
||||
event.hide(itemToHide)
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue