Files
IMoO/recipes/honey_block.json
T
2022-01-23 21:24:12 +03:00

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 }
]
}
}