#universally preventing from empty tags to generate it's recipes on neofroge 1.21.1

25 messages · Page 1 of 1 (latest)

hollow surge
#

is there such method?
I would like to prevent future empty tags to appear when I'll be updating and adding mods to my modpack

hasty hazelBOT
#

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

cursive canopy
#

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

hollow surge
#

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

cursive canopy
#

if certain recipes dont work, just remove the recipes by ID

hollow surge
worn cloakBOT
#

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'})

hollow surge
#

alr, lets see if I can take a recipe id on emi

#

hmmmm I don't see exact recipe ID here

cursive canopy
#

i dont know how to use emi for this

hollow surge
#

not enabled by default

cursive canopy
#

odd hmmm

hollow surge
#

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'});```
cursive canopy
hollow surge
#

glory

#

to you

cursive canopy
hollow surge
#

now another thing to tackle, but irrelevant to this thread