quark:cobblestone_bricks

Cobblestone Bricks

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

Acquisition

Stone Cutting using Cobblestone. Produces Cobblestone Bricks.

Stone Cutting conditional
Cobblestone Bricks guaranteed

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

Crafting conditional
Cobblestone Bricks ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Cobblestone Bricks1–1100%Survives Explosion

Used in (11)

Stone Cutting using Cobblestone Bricks. Produces Cobblestone Brick Vertical Slab.

Stone Cutting conditional
Cobblestone Brick Vertical Slab Cobblestone Brick Vertical Slab guaranteed

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

Crafting conditional
Cobblestone Brick Wall Cobblestone Brick Wall ×6 guaranteed

Smelting using Cobblestone Bricks (200 ticks, 0.1 xp). Produces Stone Bricks.

Smelting conditional

200 ticks· 0.1 xp

Stone Bricks guaranteed
view all 11 →

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:cobblestone"
  },
  "conditions": [
    {
      "raw": {
        "flag": "cobblestone_bricks",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:cobblestone"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "cobblestone_bricks",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}