minecraft:chiseled_deepslate

Chiseled Deepslate

Minecraft · by Mojang Studios
block Pickaxe Mineable

Acquisition

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

Mining & drops

sourcecountchanceconditions
Chiseled Deepslate1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

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_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}