G GameIDs
minecraft · recipes · 1.18.2

Stone Sword

stone_sword

Recipe #212

1.18.2 #5
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "X",
        "X",
        "#"
    ],
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "X": {
            "tag": "minecraft:stone_tool_materials"
        }
    },
    "result": {
        "item": "minecraft:stone_sword"
    }
}