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