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