{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:purple_dye" ] }, "criteria": { "has_lapis": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:dye", "data": 4 } ] } }, "has_red_dye": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:dye", "data": 1 } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "purple_dye" } } }, "requirements": [ [ "has_lapis", "has_red_dye", "has_the_recipe" ] ] }