Files
minecraft-assets/data/minecraft/recipes/tinted_glass.json
2021-04-14 18:32:33 +00:00

20 lines
289 B
JSON

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