{ "parent": "minecraft:recipes/root", "criteria": { "has_blue_orchid": { "conditions": { "items": [ { "items": "minecraft:blue_orchid" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:suspicious_stew_from_blue_orchid" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_blue_orchid" ] ], "rewards": { "recipes": [ "minecraft:suspicious_stew_from_blue_orchid" ] } }