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:
@@ -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)')
|
||||
|
||||
|
||||
@@ -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")
|
||||
})
|
||||
Reference in New Issue
Block a user