aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/leather_horse_armor.json
blob: d7677bd0b0ecbcdf57e98caff0b62546e3667625 (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",
    "X X"
  ],
  "key": {
    "X": {
      "item": "minecraft:leather"
    }
  },
  "result": {
    "item": "minecraft:leather_horse_armor"
  }
}