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