#How to hide recipe in JEI but not disable it

6 messages · Page 1 of 1 (latest)

median flame
#

I want to make a recipe that will be invisible in JEI so that the player will have to guess through hints how to get it.

I tried to hide it with this code...

  event.hide('example:ingredient')
})```
...but I still able to see the it's recipe through the other recipes, if this item used as ingredient.
dusk wraithBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

fallen portal
#

Hiding it that way only hides it from the viewer index. It cannot be hidden from recipes

median flame
#

So there are no way to hide the recipe completely without disabling it?

fallen portal
#

Nope

#

Might not even be possible for an addon to do it, depends on what JEI's API allows