{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:magenta_wool" ] }, "criteria": { "has_white_wool": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:wool", "data": 0 } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "magenta_wool" } } }, "requirements": [ [ "has_white_wool", "has_the_recipe" ] ] }