#old

15 messages · Page 1 of 1 (latest)

sonic elbowBOT
#

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

muted light
#

i dont believe those are normal recipes

#

??recipeid try through the id

indigo pagodaBOT
# muted light ??recipeid try through the id

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

quartz cedar
#

or, you can try output: Item.of('minecraft:suspicious_stew').ignoreNBT()

spare gorge
#

could try event.remove({type:'minecraft:crafting_special_suspiciousstew'}) since we're throwing things out there lol

muted light
#

then its a special fake recipe by jei and removing it wont do anything

#

enigma's solution is thene most likely to work

#

yep

spare gorge
#

can't believe it has a special recipe type and a serializer and such all for one recipe lol

muted light
#

its multiple, one per flower type

#

each flower type produces the same sort of stew as it does when fed to a brown mooshroom

spare gorge
#

nah, the recipe is flower tag based, the effect is stored on the flower itself

#

MobEffect mobEffect = ((FlowerBlock)object).getSuspiciousStewEffect();