{
    "type": "minecraft:crafting_shaped",
    "activ": "true",
    "pattern":
    [
        " a ",
        "ata",
        " a "
    ],
    "key":
    {
        "a":
        {
            "item": "minecraft:arrow"
        },
        "t":
        {
            "item": "minecraft:glass"
        }
    },
    "result":
    {
        "item": "switchbow:arrowsplit",
        "count": 4
    }
}