G GameIDs
minecraft · recipes · 1.20.6

Crossbow

crossbow

Recipe #851

1.20.6 #3
{
    "type": "minecraft:crafting_shaped",
    "category": "equipment",
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "$": {
            "item": "minecraft:tripwire_hook"
        },
        "&": {
            "item": "minecraft:iron_ingot"
        },
        "~": {
            "item": "minecraft:string"
        }
    },
    "pattern": [
        "#&#",
        "~$~",
        " # "
    ],
    "result": {
        "count": 1,
        "id": "minecraft:crossbow"
    }
}