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.
Quartz Stairs
Minecraft · by Mojang Studios
Acquisition
Stone Cutting using Block of Quartz. Produces Quartz Stairs.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Quartz Stairs | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
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
}

