{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:cyan_dye" ] }, "criteria": { "has_green_dye": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:green_dye" } ] } }, "has_blue_dye": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:blue_dye" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:cyan_dye" } } }, "requirements": [ [ "has_green_dye", "has_blue_dye", "has_the_recipe" ] ] }