aboutsummaryrefslogtreecommitdiff
path: root/data/bktsb/recipes/bubblecoralblock.json
blob: 4185bda50a34b900e828cc1f5a2611c30907b33a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "key": {
    "#": {
      "item": "minecraft:bubble_coral"
    }
  },
  "result": {
    "item": "minecraft:bubble_coral_block"
  }
}