{ "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_pitcher_plant", "has_the_recipe" ] ], "rewards": { "recipes": [ "minecraft:cyan_dye_from_pitcher_plant" ] }, "sends_telemetry_event": false }