{ "parent": "minecraft:recipes/root", "criteria": { "has_raw_copper": { "conditions": { "items": [ { "items": "minecraft:raw_copper" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:copper_ingot_from_blasting_raw_copper" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_raw_copper" ] ], "rewards": { "recipes": [ "minecraft:copper_ingot_from_blasting_raw_copper" ] } }