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