{
    "format_version": "1.20.10",
    "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"
            }
        },
		"unlock": [
          {
            "item": "minecraft:amethyst_shard"
          }
        ],
        "result": {
            "item": "minecraft:tinted_glass",
            "count": 2
        },
        "priority": 1
    }
}