G GameIDs
minecraft · recipes · 1.19.4

Arrow

arrow

Recipe #313

1.19.4 #4
{
    "type": "minecraft:crafting_shaped",
    "category": "equipment",
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "X": {
            "item": "minecraft:flint"
        },
        "Y": {
            "item": "minecraft:feather"
        }
    },
    "pattern": [
        "X",
        "#",
        "Y"
    ],
    "result": {
        "count": 4,
        "item": "minecraft:arrow"
    },
    "show_notification": true
}