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

17 lines
No EOL
297 B
JSON

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