{ "parent": "minecraft:recipes/root", "criteria": { "has_exposed_copper_door": { "conditions": { "items": [ { "items": "minecraft:exposed_copper_door" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:waxed_exposed_copper_door_from_honeycomb" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_exposed_copper_door" ] ], "rewards": { "recipes": [ "minecraft:waxed_exposed_copper_door_from_honeycomb" ] } }