{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:shield" ] }, "criteria": { "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "shield" } }, "has_iron_ingot": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:iron_ingot" } ] } } }, "requirements": [ [ "has_the_recipe", "has_iron_ingot" ] ] }