{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:pink_dye_from_pink_tulip" ] }, "criteria": { "has_red_flower": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:pink_tulip" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:pink_dye_from_pink_tulip" } } }, "requirements": [ [ "has_red_flower", "has_the_recipe" ] ] }