minecraft:deepslate_coal_ore

Deepslate Coal Ore

Minecraft · by Mojang Studios
block Coal OresPickaxe MineableCoal Ores

Acquisition

Padded using UU-Matter, UU-Matter and Deepslate, arranged in the pattern shown. Produces Deepslate Coal Ore.

Padded
Deepslate Coal Ore guaranteed

Miner using Any Deeps Miner. Produces Deepslate Coal Ore.

Miner
Deepslate Coal Ore guaranteed

Mining & drops

sourcecountchanceconditions
Deepslate Coal Ore1–1100%Drops itself with Silk Touch

Used in (2)

Block drops

dropscountchanceconditions
Coal1–1100%Fortune increases drop count
Deepslate Coal Ore1–1100%Drops itself with Silk Touch
Developer reference
Registry name
minecraft:deepslate_coal_ore
Namespace
minecraft
Mod ID
minecraft
Tags (3)
minecraft:blocks/coal_ores
minecraft:blocks/mineable/pickaxe
minecraft:items/coal_ores

Recipe JSON (2):

{
  "recipe_type": "reborncore:padded",
  "pattern": [
    "U  ",
    " U ",
    " S "
  ],
  "ingredients": {
    "S": {
      "item": "minecraft:deepslate"
    },
    "U": {
      "item": "techreborn:uu_matter"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "occultism:miner",
  "pattern": null,
  "ingredients": {
    "tag": "occultism:miners/deeps"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}