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