KubeJS

KubeJS

61M Downloads

Document how to hide an entire category from JEI

artemisSystem opened this issue ยท 4 comments

commented

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

commented

This is already possible using the jei.remove.categories event.

//client script
onEvent('jei.remove.categories', event => {
  event.remove('create:compacting')
})
commented

Ah, thanks! I don't remember seeing this in the docs anywhere, is it documented?

commented

Done ๐Ÿ‘