{
    "type": "minecraft:crafting_shaped",
    "activ": "true",
    "pattern":
    [
        "eii",
        "iws",
        "isw"
    ],
    "key":
    {
        "e":
        {
            "item": "minecraft:ender_eye"
        },
        "i":
        {
            "item": "minecraft:iron_ingot"
        },
        "w":
        {
            "item": "minecraft:planks",
			"data": 32767
        },
        "s":
        {
            "item": "minecraft:string"
        }
    },
    "result":
    {
        "item": "switchbow:switchcrossbow",
        "count": 1
    }
}