Dripstone Slab
quark:dripstone_block_slab

Dripstone Slab

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

Acquisition

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

Crafting conditional
Dripstone Slab Dripstone Slab ×6 guaranteed

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

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

Mining & drops

sourcecountchanceconditions
Dripstone Slab1–1100%

Used in (1)

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

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

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "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:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:dripstone_block_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: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
}