Polished Deepslate Slab
minecraft:polished_deepslate_slab

Polished Deepslate Slab

Minecraft · by Mojang Studios
block Pickaxe MineableSlabsSlabs

Acquisition

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

Crafting
Polished Deepslate Slab Polished Deepslate Slab ×6 guaranteed

Crafting using Polished Deepslate Vertical Slab, in any arrangement. Produces Polished Deepslate Slab.

Crafting ⇆ any arrangement conditional
Polished Deepslate Vertical Slab
Polished Deepslate Slab Polished Deepslate Slab guaranteed

Mining & drops

sourcecountchanceconditions
Polished Deepslate Slab1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:polished_deepslate_slab
Namespace
minecraft
Mod ID
minecraft
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/slabs
minecraft:items/slabs

Recipe JSON (4):

{
  "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: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:polished_deepslate"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:polished_deepslate_vertical_slab"
  },
  "conditions": [
    {
      "raw": {
        "flag": "vertical_slabs",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}