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

17 lines
241 B
JSON

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