{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:pink_dye_from_red_white_dye" ] }, "criteria": { "has_white_dye": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:white_dye" } ] } }, "has_red_dye": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:red_dye" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:pink_dye_from_red_white_dye" } } }, "requirements": [ [ "has_white_dye", "has_red_dye", "has_the_recipe" ] ] }