minecraft-assets/data/minecraft/recipes/honeycomb_block.json

16 lines
230 B
JSON

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