Cobbled Deepslate Slab
minecraft:cobbled_deepslate_slab

Cobbled Deepslate Slab

Minecraft · by Mojang Studios
block Pickaxe MineableSlabsSlabs

Acquisition

Crafting using Cobbled Deepslate, Cobbled Deepslate and Cobbled Deepslate, arranged in the pattern shown. Produces 6× Cobbled Deepslate Slab.

Crafting
Cobbled Deepslate Slab Cobbled Deepslate Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Cobbled Deepslate Slab1–1100%

Used in (1)

Crafting using Cobbled Deepslate Slab and Cobbled Deepslate Slab, arranged in the pattern shown. Produces Chiseled Deepslate.

Crafting
Cobbled Deepslate Slab
Cobbled Deepslate Slab
Chiseled Deepslate guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:cobbled_deepslate_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:cobbled_deepslate"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:cobbled_deepslate"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}