29 lines
615 B
JSON
29 lines
615 B
JSON
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:tinted_glass"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
" A ",
|
|
"ABA",
|
|
" A "
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "minecraft:amethyst_shard"
|
|
},
|
|
"B": {
|
|
"item": "minecraft:glass"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:tinted_glass",
|
|
"count": 2
|
|
},
|
|
"priority": 1
|
|
}
|
|
} |