script polishes

- removed crafting cover in recipes as it's uncraftable (ironic)
- fixed incorrect item names in storage drawer recipes
This commit is contained in:
mina
2023-12-22 22:56:44 +00:00
parent 9178b1de5c
commit 70744cfd93
46 changed files with 2099 additions and 2059 deletions

View File

@@ -1,6 +1,6 @@
// priority: 0
// Visit the wiki for more info - https://kubejs.com/
console.info('Hello, World! (Loaded client scripts)')
// priority: 0
// Visit the wiki for more info - https://kubejs.com/
console.info('Hello, World! (Loaded client scripts)')

View File

@@ -1,6 +1,6 @@
JEIEvents.removeCategories(event => {
console.log(event.getCategoryIds()) //log a list of all category ids to logs/kubejs/client.txt
event.remove("lychee:item_inside/minecraft/default")
event.remove("jei:information")
event.remove("ae2:certus_growth")
JEIEvents.removeCategories(event => {
console.log(event.getCategoryIds()) //log a list of all category ids to logs/kubejs/client.txt
event.remove("lychee:item_inside/minecraft/default")
event.remove("jei:information")
event.remove("ae2:certus_growth")
})