aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/jungle_slab.json
blob: 70bc8b0ef0a34a2b78ea0b1b792f4091602b7527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "type": "minecraft:crafting_shaped",
  "group": "wooden_slab",
  "pattern": [
    "###"
  ],
  "key": {
    "#": {
      "item": "minecraft:jungle_planks"
    }
  },
  "result": {
    "item": "minecraft:jungle_slab",
    "count": 6
  }
}