Files
minecraft-assets/data/minecraft/recipes/glass_bottle.json
2024-04-10 18:28:59 +02:00

17 lines
239 B
JSON

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