Raw Copper Brick Vertical Slab
quark:raw_copper_bricks_vertical_slab

Raw Copper Brick Vertical Slab

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Needs Stone ToolPickaxe MineableNeeds Stone ToolVertical SlabVertical Slab

Acquisition

Stone Cutting using Raw Copper Bricks. Produces Raw Copper Brick Vertical Slab.

Stone Cutting conditional
Raw Copper Brick Vertical Slab Raw Copper Brick Vertical Slab guaranteed

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

Crafting conditional
Raw Copper Brick Slab
Raw Copper Brick Slab
Raw Copper Brick Slab
Raw Copper Brick Vertical Slab Raw Copper Brick Vertical Slab ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Raw Copper Brick Vertical Slab1–1100%

Used in (1)

Crafting using Raw Copper Brick Vertical Slab, in any arrangement. Produces Raw Copper Brick Slab.

Crafting ⇆ any arrangement conditional
Raw Copper Brick Vertical Slab
Raw Copper Brick Slab Raw Copper Brick Slab guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:raw_copper_bricks_vertical_slab
Namespace
quark
Mod ID
quark
Tags (5)
forge:blocks/needs_stone_tool
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool
quark:blocks/vertical_slab
quark:items/vertical_slab

Recipe JSON (2):

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