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