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

15 lines
208 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"HH",
"HH"
],
"key": {
"H": {
"item": "minecraft:honeycomb"
}
},
"result": {
"item": "minecraft:honeycomb_block"
}
}