{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:magenta_dye_from_blue_red_pink" ] }, "criteria": { "has_pink_dye": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:pink_dye" } ] } }, "has_blue_dye": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:blue_dye" } ] } }, "has_red_dye": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:red_dye" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:magenta_dye_from_blue_red_pink" } } }, "requirements": [ [ "has_pink_dye", "has_blue_dye", "has_red_dye", "has_the_recipe" ] ] }