G GameIDs
minecraft · recipes · 1.16.5

Armor Stand

armor_stand

Recipe #541

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