#old
15 messages · Page 1 of 1 (latest)
To find a recipes id turn on advanced tooltips (F3 + H) then hover over the recipe output in JEI, or the plus symbol in REI.
You can then use this to specifically remove that recipe: event.remove({id: 'your:id/here'})
or, you can try output: Item.of('minecraft:suspicious_stew').ignoreNBT()
could try event.remove({type:'minecraft:crafting_special_suspiciousstew'}) since we're throwing things out there lol
then its a special fake recipe by jei and removing it wont do anything
enigma's solution is thene most likely to work
yep
Ticket closed!
can't believe it has a special recipe type and a serializer and such all for one recipe lol