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