G GameIDs
minecraft · recipes · 1.18.2

Armor Stand

armor_stand

Recipe #541

1.18.2 #5
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "///",
        " / ",
        "/_/"
    ],
    "key": {
        "/": {
            "item": "minecraft:stick"
        },
        "_": {
            "item": "minecraft:smooth_stone_slab"
        }
    },
    "result": {
        "item": "minecraft:armor_stand"
    }
}