minecraft-src/data/minecraft/recipe/blue_stained_glass.json
2025-07-04 02:00:41 +03:00

18 lines
No EOL
297 B
JSON

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