{ "parent": "minecraft:recipes/root", "criteria": { "has_pitcher_plant": { "conditions": { "items": [ { "items": "minecraft:pitcher_plant" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:cyan_dye_from_pitcher_plant" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_pitcher_plant" ] ], "rewards": { "recipes": [ "minecraft:cyan_dye_from_pitcher_plant" ] } }