G GameIDs
minecraft · recipes · 1.12.2

Armor Stand

armor_stand

Recipe #541

1.12.2 #11
{
    "type": "crafting_shaped",
    "pattern": [
        "///",
        " / ",
        "/_/"
    ],
    "key": {
        "/": {
            "item": "minecraft:stick"
        },
        "_": {
            "item": "minecraft:stone_slab",
            "data": 0
        }
    },
    "result": {
        "item": "minecraft:armor_stand"
    }
}