minecraft-src/data/minecraft/recipe/waxed_copper_bulb_from_honeycomb.json
2025-07-04 01:41:11 +03:00

17 lines
No EOL
300 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "waxed_copper_bulb",
"ingredients": [
{
"item": "minecraft:copper_bulb"
},
{
"item": "minecraft:honeycomb"
}
],
"result": {
"count": 1,
"id": "minecraft:waxed_copper_bulb"
}
}