{ "parent": "minecraft:recipes/root", "criteria": { "has_exposed_copper_bulb": { "conditions": { "items": [ { "items": "minecraft:exposed_copper_bulb" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:waxed_exposed_copper_bulb_from_honeycomb" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_exposed_copper_bulb" ] ], "rewards": { "recipes": [ "minecraft:waxed_exposed_copper_bulb_from_honeycomb" ] } }