{ "parent": "minecraft:recipes/root", "criteria": { "has_the_recipe": { "conditions": { "recipe": "minecraft:waxed_weathered_cut_copper_from_honeycomb" }, "trigger": "minecraft:recipe_unlocked" }, "has_weathered_cut_copper": { "conditions": { "items": [ { "items": [ "minecraft:weathered_cut_copper" ] } ] }, "trigger": "minecraft:inventory_changed" } }, "requirements": [ [ "has_the_recipe", "has_weathered_cut_copper" ] ], "rewards": { "recipes": [ "minecraft:waxed_weathered_cut_copper_from_honeycomb" ] } }