kjs hidden category script fix

remove redundant information, make filename make sense
This commit is contained in:
ursamina
2024-07-06 20:24:15 +01:00
parent 055aead7f8
commit 523760ed51
2 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +0,0 @@
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")
})

View File

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