{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:red_dye_from_rose_bush" ] }, "criteria": { "has_double_plant": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:rose_bush" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:red_dye_from_rose_bush" } } }, "requirements": [ [ "has_double_plant", "has_the_recipe" ] ] }