quark:dripstone_bricks

Dripstone Bricks

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

Acquisition

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

Mining & drops

sourcecountchanceconditions
Dripstone Bricks1–1100%Survives Explosion

Used in (7)

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

Crafting conditional
Dripstone Brick Wall Dripstone Brick Wall ×6 guaranteed

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

Crafting conditional
Dripstone Brick Stairs Dripstone Brick Stairs ×4 guaranteed
view all 7 →

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "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: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_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "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
}