Cut Deepslate Slab
create:cut_deepslate_slab

Cut Deepslate Slab

Create · by simibubi
block Pickaxe MineableSlabsSlabs

Acquisition

Crafting using Cut Deepslate, Cut Deepslate and Cut Deepslate, arranged in the pattern shown. Produces 6× Cut Deepslate Slab.

Crafting
Cut Deepslate Slab Cut Deepslate Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Cut Deepslate Slab1–1100%

Used in (1)

Crafting using Cut Deepslate Slab and Cut Deepslate Slab, in any arrangement. Produces Cut Deepslate.

Crafting ⇆ any arrangement
Cut Deepslate Slab
Cut Deepslate Slab
Cut Deepslate guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
create:cut_deepslate_slab
Namespace
create
Mod ID
create
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/slabs
minecraft:items/slabs

Recipe JSON (2):

{
  "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": "minecraft:crafting_shaped",
  "pattern": [
    "XXX"
  ],
  "ingredients": {
    "X": {
      "item": "create:cut_deepslate"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "cut_deepslate_slab",
  "experience": null,
  "cooking_time": null
}