aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/wooden_sword.json
blob: e81f2cbb51ec3257350b1a2b217f50bd8329f7a8 (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",
    "X",
    "#"
  ],
  "key": {
    "#": {
      "item": "minecraft:stick"
    },
    "X": {
      "tag": "minecraft:planks"
    }
  },
  "result": {
    "item": "minecraft:wooden_sword"
  }
}