minecraft · recipes
· 1.14.4
Gray Stained Glass Pane
gray_stained_glass_pane
Recipe #794
1.14.4
#9
{
"type": "minecraft:crafting_shaped",
"group": "stained_glass_pane",
"pattern": [
"###",
"#$#",
"###"
],
"key": {
"#": {
"item": "minecraft:glass_pane"
},
"$": {
"item": "minecraft:gray_dye"
}
},
"result": {
"item": "minecraft:gray_stained_glass_pane",
"count": 8
}
}