block· Machines & Other Blocks

Chiseled Gloomslate

Deeper and Darker · by Kyanite Team
block Pickaxe Mineable

Chiseled Gloomslate is a block from Deeper and Darker, crafted from Gloomslate Bricks.

Acquisition

Crafting using Gloomslate Brick Slab and Gloomslate Brick Slab, arranged in the pattern shown. Produces Chiseled Gloomslate.

Crafting
Gloomslate Brick Slab
Gloomslate Brick Slab
Chiseled Gloomslate guaranteed

Mining & drops

sourcecountchanceconditions
Chiseled Gloomslate1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "deeperdarker:gloomslate_bricks"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "deeperdarker:cobbled_gloomslate"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "deeperdarker:gloomslate_brick_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}