Files
minecraft-assets/data/minecraft/recipes/light_gray_stained_glass.json
2024-04-22 09:12:07 +02:00

22 lines
353 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "stained_glass",
"key": {
"#": {
"item": "minecraft:glass"
},
"X": {
"item": "minecraft:light_gray_dye"
}
},
"pattern": [
"###",
"#X#",
"###"
],
"result": {
"count": 8,
"id": "minecraft:light_gray_stained_glass"
}
}