Files
IMoO/behavior_pack/recipes/mw_alko_bottle.json
T
2022-01-29 17:06:06 +03:00

26 lines
402 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "mw_alko:bottle"
},
"tags": [
"crafting_table"
],
"pattern": [
"A A",
"A A",
"AAA"
],
"key": {
"A": {
"item": "minecraft:glass",
"data": 0
}
},
"result": {
"item": "mw_alko:bottle",
"count": 4
}
}
}