Cobblestone Brick Wall
quark:cobblestone_bricks_wall

Cobblestone Brick Wall

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

Acquisition

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

Mining & drops

sourcecountchanceconditions
Cobblestone Brick Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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