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