White Sandstone Stairs
16×16 · BAKED

block· Stairs

White Sandstone Stairs

Dye Color:
Oh The Biomes We've Gone · by Joseph T. McQuigg (JT122406), AOCAWOL, YaBoiChips, Corgi Taco
block White Sandstone StairsWhite Sandstone StairsPickaxe MineableStairsStairs

White Sandstone Stairs is a block from Oh The Biomes We've Gone, crafted from White Sandstone.

Acquisition

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

Crafting
White Sandstone Stairs White Sandstone Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
White Sandstone Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
biomeswevegone:white_sandstone_stairs
Namespace
biomeswevegone
Mod ID
biomeswevegone
Tags (5)
biomeswevegone:blocks/white_sandstone_stairs
biomeswevegone:items/white_sandstone_stairs
minecraft:blocks/mineable/pickaxe
minecraft:blocks/stairs
minecraft:items/stairs

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "biomeswevegone:white_sandstone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#  ",
    "## ",
    "###"
  ],
  "ingredients": {
    "#": {
      "anyOf": [
        {
          "item": "biomeswevegone:white_sandstone"
        },
        {
          "item": "biomeswevegone:chiseled_white_sandstone"
        },
        {
          "item": "biomeswevegone:cut_white_sandstone"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}