Files
GregTech-Modern-Community-Pack/kubejs/client_scripts/jei_hidden.js
Spencer b960dee64e Fixing hashes for the last time
(It won't be the last time)
2023-12-22 14:47:08 +00:00

6 lines
267 B
JavaScript

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")
})