Files
IMoO/recipes_old/honeycomb_block.json
2022-01-24 20:17:51 +03:00

23 lines
376 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:honeycomb_block"
},
"tags": [ "crafting_table" ],
"pattern": [
"XX",
"XX"
],
"key": {
"X": {
"item": "minecraft:honeycomb"
}
},
"result": [
{ "item": "minecraft:honeycomb_block" }
]
}
}