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