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