Dripstone Brick Slab
quark:dripstone_bricks_slab

Dripstone Brick Slab

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

Acquisition

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

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

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

Crafting conditional
Dripstone Brick Slab Dripstone Brick Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Dripstone Brick Slab1–1100%

Used in (2)

Crafting using Dripstone Brick Slab and Dripstone Brick Slab, arranged in the pattern shown. Produces Chiseled Dripstone Bricks.

Crafting conditional
Dripstone Brick Slab
Dripstone Brick Slab
Chiseled Dripstone Bricks guaranteed

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

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

Block drops

Drops itself when broken.

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

Recipe JSON (5):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:polished_dripstone"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "stone_bricks",
            "type": "quark:flag"
          },
          {
            "flag": "dripstone",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:dripstone_bricks_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:dripstone_bricks"
    }
  },
  "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": {
        "type": "forge:and",
        "values": [
          {
            "flag": "stone_bricks",
            "type": "quark:flag"
          },
          {
            "flag": "dripstone",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:dripstone_bricks"
  },
  "conditions": [
    {
      "raw": {
        "flag": "dripstone",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}