{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:orange_dye_from_red_yellow" ] }, "criteria": { "has_red_dye": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:red_dye" } ] } }, "has_yellow_dye": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:yellow_dye" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:orange_dye_from_red_yellow" } } }, "requirements": [ [ "has_red_dye", "has_yellow_dye", "has_the_recipe" ] ] }