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