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