Polished Cut Dripstone Slab
create:polished_cut_dripstone_slab

Polished Cut Dripstone Slab

Create · by simibubi
block Pickaxe MineableSlabsSlabs

Acquisition

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

Crafting
Polished Cut Dripstone Slab Polished Cut Dripstone Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Polished Cut Dripstone Slab1–1100%

Used in (1)

Crafting using Polished Cut Dripstone Slab and Polished Cut Dripstone Slab, in any arrangement. Produces Polished Cut Dripstone.

Crafting ⇆ any arrangement
Polished Cut Dripstone Slab
Polished Cut Dripstone Slab
Polished Cut Dripstone guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
create:polished_cut_dripstone_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/dripstone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XXX"
  ],
  "ingredients": {
    "X": {
      "item": "create:polished_cut_dripstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "polished_cut_dripstone_slab",
  "experience": null,
  "cooking_time": null
}