aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/lapis_block.json
blob: b7c623174b3328fa824c7e61a158fa33793f6b90 (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:lapis_lazuli"
    }
  },
  "result": {
    "item": "minecraft:lapis_block"
  }
}