switched back to packwiz
This commit is contained in:
6
kubejs/client_scripts/example.js
Normal file
6
kubejs/client_scripts/example.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// priority: 0
|
||||
|
||||
// Visit the wiki for more info - https://kubejs.com/
|
||||
|
||||
console.info('Hello, World! (Loaded client scripts)')
|
||||
|
||||
6
kubejs/client_scripts/jei_hidden.js
Normal file
6
kubejs/client_scripts/jei_hidden.js
Normal file
@@ -0,0 +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")
|
||||
})
|
||||
Reference in New Issue
Block a user