aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/arrow.json
blob: 2d8980fde6d999fc5ccefd2a88975849031be092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "X",
    "#",
    "Y"
  ],
  "key": {
    "#": {
      "item": "minecraft:stick"
    },
    "X": {
      "item": "minecraft:flint"
    },
    "Y": {
      "item": "minecraft:feather"
    }
  },
  "result": {
    "item": "minecraft:arrow",
    "count": 4
  }
}