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