G GameIDs
minecraft · recipes · 1.19.4

Crossbow

crossbow

Recipe #851

1.19.4 #4
{
    "type": "minecraft:crafting_shaped",
    "category": "equipment",
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "$": {
            "item": "minecraft:tripwire_hook"
        },
        "&": {
            "item": "minecraft:iron_ingot"
        },
        "~": {
            "item": "minecraft:string"
        }
    },
    "pattern": [
        "#&#",
        "~$~",
        " # "
    ],
    "result": {
        "item": "minecraft:crossbow"
    },
    "show_notification": true
}