{ "parent": "minecraft:recipes/root", "criteria": { "has_pink_dye": { "conditions": { "items": [ { "items": "minecraft:pink_dye" } ] }, "trigger": "minecraft:inventory_changed" }, "has_purple_dye": { "conditions": { "items": [ { "items": "minecraft:purple_dye" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:magenta_dye_from_purple_and_pink" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_pink_dye", "has_purple_dye" ] ], "rewards": { "recipes": [ "minecraft:magenta_dye_from_purple_and_pink" ] } }