{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:iron_ingot_from_blasting" ] }, "criteria": { "has_iron_ore": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:iron_ore" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:iron_ingot_from_blasting" } } }, "requirements": [ [ "has_iron_ore", "has_the_recipe" ] ] }