Polished Blackstone Slab
minecraft:polished_blackstone_slab

Polished Blackstone Slab

Minecraft · by Mojang Studios
block Pickaxe MineableSlabsSlabs

Acquisition

Stone Cutting using Blackstone. Produces Polished Blackstone Slab.

Stone Cutting
Polished Blackstone Slab Polished Blackstone Slab guaranteed

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

Crafting
Polished Blackstone Slab Polished Blackstone Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Polished Blackstone Slab1–1100%

Used in (1)

Crafting using Polished Blackstone Slab and Polished Blackstone Slab, arranged in the pattern shown. Produces Chiseled Polished Blackstone.

Crafting
Polished Blackstone Slab
Polished Blackstone Slab
Chiseled Polished Blackstone guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:polished_blackstone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:blackstone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:polished_blackstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}