aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/armor_stand.json
blob: d77f498758390e79a0dc005200a49cc507974268 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "///",
    " / ",
    "/_/"
  ],
  "key": {
    "/": {
      "item": "minecraft:stick"
    },
    "_": {
      "item": "minecraft:smooth_stone_slab"
    }
  },
  "result": {
    "item": "minecraft:armor_stand"
  }
}