23 lines
330 B
JSON
23 lines
330 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"group": "stained_glass",
|
|
"pattern": [
|
|
"###",
|
|
"#X#",
|
|
"###"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:glass"
|
|
},
|
|
"X": {
|
|
"item": "minecraft:dye",
|
|
"data": 0
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:stained_glass",
|
|
"data": 15,
|
|
"count": 8
|
|
}
|
|
} |