minecraft-assets/data/minecraft/recipes/light_gray_stained_glass_pa...

23 lines
395 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "stained_glass_pane",
"key": {
"#": {
"item": "minecraft:glass_pane"
},
"$": {
"item": "minecraft:light_gray_dye"
}
},
"pattern": [
"###",
"#$#",
"###"
],
"result": {
"count": 8,
"item": "minecraft:light_gray_stained_glass_pane"
},
"show_notification": true
}