blob: a10664d0d5585f59ffb48c91dc4a00fa31e5dbf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:glass"
}
},
"result": {
"item": "minecraft:glass_pane",
"count": 16
}
}
|