aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/jungle_boat.json
blob: e0975b58a65b6ec18e91302e174303ede2855b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "type": "minecraft:crafting_shaped",
  "group": "boat",
  "pattern": [
    "# #",
    "###"
  ],
  "key": {
    "#": {
      "item": "minecraft:jungle_planks"
    }
  },
  "result": {
    "item": "minecraft:jungle_boat"
  }
}