Cobblestone Brick Vertical Slab
quark:cobblestone_bricks_vertical_slab

Cobblestone Brick Vertical Slab

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe MineableVertical SlabVertical Slab

Acquisition

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

Crafting conditional
Cobblestone Brick Slab
Cobblestone Brick Slab
Cobblestone Brick Slab
Cobblestone Brick Vertical Slab Cobblestone Brick Vertical Slab ×3 guaranteed

Stone Cutting using Cobblestone Bricks. Produces Cobblestone Brick Vertical Slab.

Stone Cutting conditional
Cobblestone Brick Vertical Slab Cobblestone Brick Vertical Slab guaranteed

Mining & drops

sourcecountchanceconditions
Cobblestone Brick Vertical Slab1–1100%

Used in (1)

Crafting using Cobblestone Brick Vertical Slab, in any arrangement. Produces Cobblestone Brick Slab.

Crafting ⇆ any arrangement conditional
Cobblestone Brick Vertical Slab
Cobblestone Brick Slab Cobblestone Brick Slab guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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