#universally preventing from empty tags to generate it's recipes on neofroge 1.21.1
25 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
there is no way to automatically detect them, but stuff like this should be very rare
if i were you, i'd just wait for reports of this happening and fix it that way
well, I was trying to figure out
for a while, but I'm going very very tired of the issue
and I'm losing hope here
so I thought a different approach might be good
if certain recipes dont work, just remove the recipes by ID
how do I get a recipe id? and what format should it be?
To find a recipe's ID, turn on advanced tooltips (F3 + H) then hover over the RECIPE OUTPUT in JEI, or the exclamation mark in REI.
You can then use this in any recipe filter:
{id: 'recipe ID here'}
You can use this, for example, to remove specific recipes:
event.remove({id: 'recipe ID here'})
alr, lets see if I can take a recipe id on emi
hmmmm I don't see exact recipe ID here
i dont know how to use emi for this
igt, it was a setting
not enabled by default
odd 
maybe odd, but understandable from user perspective
okay, seems it worked now
event.remove({id:'occultism:miner/ores/iridium_ore'});
event.remove({id:'occultism:miner/master/stellarite'});```


now another thing to tackle, but irrelevant to this thread