Cobblestone Stairs
minecraft:cobblestone_stairs

Cobblestone Stairs

Minecraft · by Mojang Studios
block Pickaxe MineableStairsStairs

Acquisition

Crafting using Cobblestone, Cobblestone, Cobblestone, Cobblestone, Cobblestone and Cobblestone, arranged in the pattern shown. Produces 4× Cobblestone Stairs.

Crafting
Cobblestone Stairs Cobblestone Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Cobblestone Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:cobblestone_stairs
Namespace
minecraft
Mod ID
minecraft
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/stairs
minecraft:items/stairs

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#  ",
    "## ",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:cobblestone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:cobblestone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}