Stone Cutting using Deepslate Bricks. Produces Deepslate Brick Slab.
Deepslate Brick Slab
Minecraft · by Mojang Studios
Acquisition
Crafting using Deepslate Brick Vertical Slab, in any arrangement. Produces Deepslate Brick Slab.
Stone Cutting using Polished Deepslate. Produces Deepslate Brick Slab.
Crafting using Deepslate Bricks, Deepslate Bricks and Deepslate Bricks, arranged in the pattern shown. Produces 6× Deepslate Brick Slab.
Stone Cutting using Cobbled Deepslate. Produces Deepslate Brick Slab.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Deepslate Brick Slab | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
minecraft:deepslate_brick_slab- Namespace
minecraft- Mod ID
minecraft- Tags (4)
minecraft:blocks/ancient_city_replaceable minecraft:blocks/mineable/pickaxe minecraft:blocks/slabs minecraft:items/slabs
Recipe JSON (5):
{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "minecraft:deepslate_bricks"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": {
"item": "quark:deepslate_brick_vertical_slab"
},
"conditions": [
{
"raw": {
"flag": "vertical_slabs",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "minecraft:polished_deepslate"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###"
],
"ingredients": {
"#": {
"item": "minecraft:deepslate_bricks"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "minecraft:cobbled_deepslate"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}


