aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/jungle_sign.json
blob: ae02f3d137c4a4e22b7408b1e04f7ddf27c04234 (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:jungle_planks"
    },
    "X": {
      "item": "minecraft:stick"
    }
  },
  "result": {
    "item": "minecraft:jungle_sign",
    "count": 3
  }
}