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