{
    "format_version": "1.21.110",
    "minecraft:recipe_shaped": {
        "description": {
            "identifier": "minecraft:diamond_spear"
        },
        "tags": [ "crafting_table" ],
        "pattern": [
            "  X",
            " # ",
            "#  "
        ],
        "key": {
            "#": {
                "item": "minecraft:stick"
            },
            "X": {
                "item": "minecraft:diamond"
            }
        },
        "unlock": [
            {
                "item": "minecraft:diamond"
            }
        ],
        "result": {
            "item": "minecraft:diamond_spear"
        }
    }
}
