{ "parent": "minecraft:recipes/root", "criteria": { "has_peony": { "conditions": { "items": [ { "items": [ "minecraft:peony" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:pink_dye_from_peony" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_peony", "has_the_recipe" ] ], "rewards": { "recipes": [ "minecraft:pink_dye_from_peony" ] }, "sends_telemetry_event": false }