24 lines
438 B
JSON
24 lines
438 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:honey_block"
|
|
},
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
"XX",
|
|
"XX"
|
|
],
|
|
"key": {
|
|
"X": {
|
|
"item": "minecraft:honey_bottle"
|
|
}
|
|
},
|
|
"result": [
|
|
{ "item": "minecraft:honey_block" },
|
|
{ "item": "minecraft:glass_bottle", "count": 4, "data": 0 }
|
|
]
|
|
}
|
|
}
|