Files
minecraft-assets/data/minecraft/recipe/honeycomb_block.json
2025-01-15 18:31:25 +01:00

15 lines
222 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": "minecraft:honeycomb"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:honeycomb_block"
}
}