minecraft-assets/data/minecraft/recipes/glass_bottle.json

16 lines
219 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"# #",
" # "
],
"key": {
"#": {
"item": "minecraft:glass"
}
},
"result": {
"item": "minecraft:glass_bottle",
"count": 3
}
}