{ "parent": "minecraft:recipes/root", "criteria": { "has_pink_petals": { "conditions": { "items": [ { "items": "minecraft:pink_petals" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:pink_dye_from_pink_petals" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_pink_petals" ] ], "rewards": { "recipes": [ "minecraft:pink_dye_from_pink_petals" ] } }