minecraft:deepslate_iron_ore

Deepslate Iron Ore

Minecraft · by Mojang Studios
block Iron OresPickaxe MineableNeeds Stone ToolIron Ores

Acquisition

Miner using Any Deeps Miner. Produces Deepslate Iron Ore.

Miner
Deepslate Iron Ore guaranteed

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

Padded
Deepslate Iron Ore guaranteed

Mining & drops

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

Used in (2)

Blasting using Deepslate Iron Ore (100 ticks, 0.7 xp). Produces Iron Ingot.

Blasting

100 ticks· 0.7 xp

Iron Ingot Iron Ingot guaranteed

Smelting using Deepslate Iron Ore (200 ticks, 0.7 xp). Produces Iron Ingot.

Smelting

200 ticks· 0.7 xp

Iron Ingot Iron Ingot guaranteed

Block drops

dropscountchanceconditions
Deepslate Iron Ore1–1100%Drops itself with Silk Touch
Raw Iron1–1100%Fortune increases drop count
Developer reference
Registry name
minecraft:deepslate_iron_ore
Namespace
minecraft
Mod ID
minecraft
Tags (4)
minecraft:blocks/iron_ores
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool
minecraft:items/iron_ores

Recipe JSON (2):

{
  "recipe_type": "occultism:miner",
  "pattern": null,
  "ingredients": {
    "tag": "occultism:miners/deeps"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "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
}