quark:polished_dripstone

Polished Dripstone

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

Acquisition

Crafting using Dripstone Block, Dripstone Block, Dripstone Block and Dripstone Block, arranged in the pattern shown. Produces 4× Polished Dripstone.

Crafting conditional
Polished Dripstone ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Polished Dripstone1–1100%Survives Explosion

Used in (11)

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

Crafting using Polished Dripstone, Polished Dripstone, Polished Dripstone and Polished Dripstone, arranged in the pattern shown. Produces 4× Dripstone Bricks.

Crafting conditional
Dripstone Bricks ×4 guaranteed
view all 11 →

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:polished_dripstone
Namespace
quark
Mod ID
quark
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "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": "minecraft:dripstone_block"
  },
  "conditions": [
    {
      "raw": {
        "flag": "dripstone",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}