Cut Copper Vertical Slab
quark:cut_copper_vertical_slab

Cut Copper Vertical Slab

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

Acquisition

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

Crafting conditional
Cut Copper Slab
Cut Copper Slab
Cut Copper Slab
Cut Copper Vertical Slab Cut Copper Vertical Slab ×3 guaranteed

Stone Cutting using Block of Copper. Produces Cut Copper Vertical Slab.

Stone Cutting conditional
Cut Copper Vertical Slab Cut Copper Vertical Slab guaranteed

Stone Cutting using Cut Copper. Produces Cut Copper Vertical Slab.

Stone Cutting conditional
Cut Copper Vertical Slab Cut Copper Vertical Slab guaranteed

Mining & drops

sourcecountchanceconditions
Cut Copper Vertical Slab1–1100%

Used in (2)

Crafting using Cut Copper Vertical Slab, in any arrangement. Produces Cut Copper Slab.

Crafting ⇆ any arrangement conditional
Cut Copper Vertical Slab
Cut Copper Slab Cut Copper Slab guaranteed

Crafting using Cut Copper Vertical Slab and Honeycomb, in any arrangement. Produces Waxed Cut Copper Vertical Slab.

Crafting ⇆ any arrangement conditional
Cut Copper Vertical Slab
Honeycomb
Waxed Cut Copper Vertical Slab Waxed Cut Copper Vertical Slab guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:cut_copper_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 (3):

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