minecraft-src/data/minecraft/recipe/tinted_glass.json
2025-07-04 01:41:11 +03:00

21 lines
No EOL
313 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"G": {
"item": "minecraft:glass"
},
"S": {
"item": "minecraft:amethyst_shard"
}
},
"pattern": [
" S ",
"SGS",
" S "
],
"result": {
"count": 2,
"id": "minecraft:tinted_glass"
}
}