Quartz Stairs
minecraft:quartz_stairs

Quartz Stairs

Minecraft · by Mojang Studios
block Pickaxe MineableStairsStairs

Acquisition

Crafting using Any of Chiseled Quartz Block / Block of Quartz / Quartz Pillar, Any of Chiseled Quartz Block / Block of Quartz / Quartz Pillar, Any of Chiseled Quartz Block / Block of Quartz / Quartz Pillar, Any of Chiseled Quartz Block / Block of Quartz / Quartz Pillar, Any of Chiseled Quartz Block / Block of Quartz / Quartz Pillar and Any of Chiseled Quartz Block / Block of Quartz / Quartz Pillar, arranged in the pattern shown. Produces 4× Quartz Stairs.

Crafting
Quartz Stairs Quartz Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Quartz Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:quartz_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": {
    "#": {
      "anyOf": [
        {
          "item": "minecraft:chiseled_quartz_block"
        },
        {
          "item": "minecraft:quartz_block"
        },
        {
          "item": "minecraft:quartz_pillar"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:quartz_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}