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