Waxed Cut Copper Vertical Slab
quark:waxed_cut_copper_vertical_slab

Waxed Cut Copper Vertical Slab

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

Acquisition

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

Crafting conditional
Waxed Cut Copper Slab
Waxed Cut Copper Slab
Waxed Cut Copper Slab
Waxed Cut Copper Vertical Slab Waxed Cut Copper Vertical Slab ×3 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

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

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

Mining & drops

sourcecountchanceconditions
Waxed Cut Copper Vertical Slab1–1100%

Used in (1)

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

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

Block drops

Drops itself when broken.

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

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:waxed_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:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "quark:cut_copper_vertical_slab"
    },
    {
      "item": "minecraft:honeycomb"
    }
  ],
  "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:waxed_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:waxed_cut_copper"
  },
  "conditions": [
    {
      "raw": {
        "flag": "vertical_slabs",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}