minecraft:chiseled_polished_blackstone

Chiseled Polished Blackstone

Minecraft · by Mojang Studios
block Pickaxe Mineable

Acquisition

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

Stone Cutting using Blackstone. Produces Chiseled Polished Blackstone.

Stone Cutting
Chiseled Polished Blackstone guaranteed

Mining & drops

sourcecountchanceconditions
Chiseled Polished Blackstone1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

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:crafting_shaped",
  "pattern": [
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:polished_blackstone_slab"
    }
  },
  "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
}