Files
minecraft-assets/data/minecraft/recipes/waxed_copper_block_from_honeycomb.json
2024-04-24 18:31:30 +02:00

17 lines
303 B
JSON

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