16 lines
209 B
JSON
16 lines
209 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"pattern": [
|
|
"# #",
|
|
" # "
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:glass"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:glass_bottle",
|
|
"count": 3
|
|
}
|
|
} |