#How would I check if a certain crafting method is the only one that exists for a certain Item?
10 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
not possible without a considerable amount of annoyance
cause jei hiding happens quite early, before recipe are loaded
you can kinda hide stuff after that but it is a lot of internal jei code
Hm okay...so the only solution is to list the items individually or regex them
yeah
😑
The JEI hide event actually fires after world load, when the runtime becomes available
If you can't check recipes at jei hide time, you could check the recipes after everything is loaded, find which ones match your criteria, then print a list of their outputs' ids to the console, which you can then copy and paste to use as a hardcoded blacklist for jei hiding?