aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/acacia_fence.json
blob: 6f2de276c34cbdba5d86f5c11dc71395424950bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "type": "minecraft:crafting_shaped",
  "group": "wooden_fence",
  "pattern": [
    "W#W",
    "W#W"
  ],
  "key": {
    "#": {
      "item": "minecraft:stick"
    },
    "W": {
      "item": "minecraft:acacia_planks"
    }
  },
  "result": {
    "item": "minecraft:acacia_fence",
    "count": 3
  }
}