{ "parent": "minecraft:recipes/root", "criteria": { "has_the_recipe": { "conditions": { "recipe": "minecraft:waxed_oxidized_cut_copper" }, "trigger": "minecraft:recipe_unlocked" }, "has_waxed_oxidized_copper": { "conditions": { "items": [ { "items": [ "minecraft:waxed_oxidized_copper" ] } ] }, "trigger": "minecraft:inventory_changed" } }, "requirements": [ [ "has_the_recipe", "has_waxed_oxidized_copper" ] ], "rewards": { "recipes": [ "minecraft:waxed_oxidized_cut_copper" ] } }