Document how to hide an entire category from JEI
artemisSystem opened this issue ยท 4 comments
Would be nice if it was possible to hide a whole JEI category (e.g. create:compacting). I initially suggested it as a JEI option, but mezz said it is possible in CraftTweaker and would be a nice suggestion to kubejs: mezz/JustEnoughItems#2776
This is already possible using the jei.remove.categories
event.
//client script
onEvent('jei.remove.categories', event => {
event.remove('create:compacting')
})
Ah, thanks! I don't remember seeing this in the docs anywhere, is it documented?
@ChiefArug You have wiki edit access now, right? You mind adding that snippet?
https://mods.latvian.dev/books/kubejs/page/jei-integration
https://mods.latvian.dev/books/kubejs/page/rei-integration