kjs hidden category script fix
remove redundant information, make filename make sense
This commit is contained in:
@@ -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")
|
|
||||||
})
|
|
||||||
5
kubejs/client_scripts/jei_hidden_categories.js
Normal file
5
kubejs/client_scripts/jei_hidden_categories.js
Normal 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")
|
||||||
|
})
|
||||||
Reference in New Issue
Block a user