aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/leather_chestplate.json
blob: f0c5f848537efed67ab809fb22d4dc609b3d9f41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "X X",
    "XXX",
    "XXX"
  ],
  "key": {
    "X": {
      "item": "minecraft:leather"
    }
  },
  "result": {
    "item": "minecraft:leather_chestplate"
  }
}