Blasted Sandstone Stairs
16×16 · BAKED

block· Stairs

Blasted Sandstone Stairs

Spawn · by Ninni
block Pickaxe MineableStairsStairs

Blasted Sandstone Stairs is a block from Spawn, crafted from Blasted Sandstone.

Acquisition

Crafting using Any of Blasted Sandstone / Chiseled Blasted Sandstone / Cut Blasted Sandstone, Any of Blasted Sandstone / Chiseled Blasted Sandstone / Cut Blasted Sandstone, Any of Blasted Sandstone / Chiseled Blasted Sandstone / Cut Blasted Sandstone, Any of Blasted Sandstone / Chiseled Blasted Sandstone / Cut Blasted Sandstone, Any of Blasted Sandstone / Chiseled Blasted Sandstone / Cut Blasted Sandstone and Any of Blasted Sandstone / Chiseled Blasted Sandstone / Cut Blasted Sandstone, arranged in the pattern shown. Produces 4× Blasted Sandstone Stairs.

Crafting
Blasted Sandstone Stairs Blasted Sandstone Stairs ×4 guaranteed

Mining & drops

sourcecountdrop rateconditions
Blasted Sandstone Stairs1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "spawn:blasted_sandstone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#  ",
    "## ",
    "###"
  ],
  "ingredients": {
    "#": {
      "anyOf": [
        {
          "item": "spawn:blasted_sandstone"
        },
        {
          "item": "spawn:chiseled_blasted_sandstone"
        },
        {
          "item": "spawn:cut_blasted_sandstone"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}