aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/mossy_cobblestone_stairs.json
blob: e859d20c10847a01a30cd511b05affa850d704b9 (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:mossy_cobblestone"
    }
  },
  "result": {
    "item": "minecraft:mossy_cobblestone_stairs",
    "count": 4
  }
}