Polished Dripstone Slab
quark:polished_dripstone_slab

Polished Dripstone Slab

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe MineableSlabsSlabs

Acquisition

Crafting using Polished Dripstone Vertical Slab, in any arrangement. Produces Polished Dripstone Slab.

Crafting ⇆ any arrangement conditional
Polished Dripstone Vertical Slab
Polished Dripstone Slab Polished Dripstone Slab guaranteed

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

Crafting conditional
Polished Dripstone Slab Polished Dripstone Slab ×6 guaranteed

Stone Cutting using Dripstone Block. Produces Polished Dripstone Slab.

Stone Cutting conditional
Polished Dripstone Slab Polished Dripstone Slab guaranteed

Mining & drops

sourcecountchanceconditions
Polished Dripstone Slab1–1100%

Used in (2)

Crafting using Polished Dripstone Slab and Polished Dripstone Slab, arranged in the pattern shown. Produces Dripstone Pillar.

Crafting conditional
Polished Dripstone Slab
Polished Dripstone Slab
Dripstone Pillar guaranteed

Crafting using Polished Dripstone Slab, Polished Dripstone Slab and Polished Dripstone Slab, arranged in the pattern shown. Produces 3× Polished Dripstone Vertical Slab.

Crafting conditional
Polished Dripstone Slab
Polished Dripstone Slab
Polished Dripstone Slab
Polished Dripstone Vertical Slab Polished Dripstone Vertical Slab ×3 guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (4):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:polished_dripstone_vertical_slab"
  },
  "conditions": [
    {
      "raw": {
        "flag": "vertical_slabs",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:polished_dripstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "dripstone",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:dripstone_block"
  },
  "conditions": [
    {
      "raw": {
        "flag": "dripstone",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:polished_dripstone"
  },
  "conditions": [
    {
      "raw": {
        "flag": "dripstone",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}