minecraft:polished_blackstone

Polished Blackstone

Minecraft · by Mojang Studios
block Pickaxe Mineable

Acquisition

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

Crafting
Polished Blackstone ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Polished Blackstone1–1100%Survives Explosion

Used in (14)

view all 14 →

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:polished_blackstone
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "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": [
    "SS",
    "SS"
  ],
  "ingredients": {
    "S": {
      "item": "minecraft:blackstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}