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