Raw Copper Brick Wall
quark:raw_copper_bricks_wall

Raw Copper Brick Wall

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Needs Stone ToolPickaxe MineableWallsWalls

Acquisition

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

Crafting conditional
Raw Copper Brick Wall Raw Copper Brick Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Raw Copper Brick Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:raw_copper_bricks_wall
Namespace
quark
Mod ID
quark
Tags (4)
forge:blocks/needs_stone_tool
minecraft:blocks/mineable/pickaxe
minecraft:blocks/walls
minecraft:items/walls

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:raw_copper_bricks"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "raw_metal_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:raw_copper_bricks"
  },
  "conditions": [
    {
      "raw": {
        "flag": "raw_metal_bricks",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}