32 lines
521 B
JSON
32 lines
521 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:gray_stained_glass"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "stained_glass",
|
|
"pattern": [
|
|
"###",
|
|
"#X#",
|
|
"###"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:glass"
|
|
},
|
|
"X": {
|
|
"item": "minecraft:dye",
|
|
"data": 8
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:stained_glass",
|
|
"data": 7,
|
|
"count": 8
|
|
}
|
|
}
|
|
}
|