Files
minecraft-assets/data/minecraft/recipes/honeycomb_block.json
2022-05-18 18:37:27 +02:00

15 lines
208 B
JSON

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