Stone Cutting using Block of Quartz. Produces Quartz Slab.
Quartz Slab
Minecraft · by Mojang Studios
Acquisition
Crafting using 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 6× Quartz Slab.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Quartz Slab | 1–1 | 100% | — |
Used in (1)
Crafting using Quartz Slab and Quartz Slab, arranged in the pattern shown. Produces Chiseled Quartz Block.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
minecraft:quartz_slab- Namespace
minecraft- Mod ID
minecraft- Tags (3)
minecraft:blocks/mineable/pickaxe minecraft:blocks/slabs minecraft:items/slabs
Recipe JSON (2):
{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "minecraft:quartz_block"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"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
}

