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