Files
minecraft-assets/data/minecraft/recipes/honeycomb_block.json
2023-06-07 18:29:05 +02:00

17 lines
259 B
JSON

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