minecraft:deepslate

Deepslate

Minecraft · by Mojang Studios
block Ancient City ReplaceableBase Stone OverworldDeepslate Ore ReplaceablesPickaxe Mineable

Acquisition

Crushing using Deepslate Ostrum Ore (300 ticks). Produces Raw Ostrum and Nugget of Experience and Deepslate and 2× Raw Ostrum.

Crushing conditional
Raw Ostrum Raw Ostrum 25%
Nugget of Experience Nugget of Experience 75%
Deepslate 13%
Raw Ostrum Raw Ostrum ×2 guaranteed

Crushing using Deepslate Desh Ore (300 ticks). Produces Deepslate and Raw Desh and Nugget of Experience and 2× Raw Desh.

Crushing conditional
Deepslate 13%
Raw Desh Raw Desh 25%
Nugget of Experience Nugget of Experience 75%
Raw Desh Raw Desh ×2 guaranteed

Crushing using Deepslate Ice Shard Ore (300 ticks). Produces Deepslate and Ice Shard and Nugget of Experience and 2× Ice Shard.

Crushing conditional
Deepslate 13%
Ice Shard Ice Shard 25%
Nugget of Experience Nugget of Experience 75%
Ice Shard Ice Shard ×2 guaranteed

Crafting using Calcite, Calcite, Calcite, Calcite, Manipulation Essence, Calcite, Calcite, Calcite and Calcite, arranged in the pattern shown. Produces 8× Deepslate.

Crafting
Deepslate ×8 guaranteed

Crushing using Deepslate Calorite Ore (300 ticks). Produces Raw Calorite and Nugget of Experience and 2× Raw Calorite and Deepslate.

Crushing conditional
Raw Calorite Raw Calorite 25%
Nugget of Experience Nugget of Experience 75%
Raw Calorite Raw Calorite ×2 guaranteed
Deepslate 13%

Smelting using Cobbled Deepslate (200 ticks, 0.1 xp). Produces Deepslate.

Smelting

200 ticks· 0.1 xp

Deepslate guaranteed

Mining & drops

sourcecountchanceconditions
Deepslate1–1100%Drops itself with Silk Touch
Infested Deepslate1–1100%Drops itself with Silk Touch

Block drops

dropscountchanceconditions
Deepslate1–1100%Drops itself with Silk Touch
Cobbled Deepslate1–1100%Survives Explosion
Developer reference
Registry name
minecraft:deepslate
Namespace
minecraft
Mod ID
minecraft
Tags (4)
minecraft:blocks/ancient_city_replaceable
minecraft:blocks/base_stone_overworld
minecraft:blocks/deepslate_ore_replaceables
minecraft:blocks/mineable/pickaxe

Recipe JSON (7):

{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "ad_astra:deepslate_ostrum_ore"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 300
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "tag": "create:stone_types/deepslate"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "ad_astra:deepslate_desh_ore"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 300
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "ad_astra:deepslate_ice_shard_ore"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 300
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "xxx",
    "xyx",
    "xxx"
  ],
  "ingredients": {
    "x": {
      "item": "minecraft:calcite"
    },
    "y": {
      "item": "ars_nouveau:manipulation_essence"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "ad_astra:deepslate_calorite_ore"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 300
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:cobbled_deepslate"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.1,
  "cooking_time": 200
}