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