{ "parent": "minecraft:recipes/root", "criteria": { "has_the_recipe": { "conditions": { "recipe": "minecraft:suspicious_stew_from_torchflower" }, "trigger": "minecraft:recipe_unlocked" }, "has_torchflower": { "conditions": { "items": [ { "items": "minecraft:torchflower" } ] }, "trigger": "minecraft:inventory_changed" } }, "requirements": [ [ "has_the_recipe", "has_torchflower" ] ], "rewards": { "recipes": [ "minecraft:suspicious_stew_from_torchflower" ] } }