{ "parent": "minecraft:recipes/root", "criteria": { "has_needed_dye": { "conditions": { "items": [ { "items": [ "minecraft:black_dye" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:dye_black_wool" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_needed_dye" ] ], "rewards": { "recipes": [ "minecraft:dye_black_wool" ] } }