Armor Stand
minecraft:armor_stand

Armor Stand

Minecraft · by Mojang Studios
item

Acquisition

Crafting using Stick, Stick, Stick, Stick, Stick, Smooth Stone Slab and Stick, arranged in the pattern shown. Produces Armor Stand.

Crafting
Stick
Stick
Stick
Stick
Stick
Smooth Stone Slab
Stick
Armor Stand Armor Stand guaranteed
Developer reference
Registry name
minecraft:armor_stand
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "///",
    " / ",
    "/_/"
  ],
  "ingredients": {
    "/": {
      "item": "minecraft:stick"
    },
    "_": {
      "item": "minecraft:smooth_stone_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}