Sandstone Brick Vertical Slab
quark:sandstone_bricks_vertical_slab

Sandstone Brick Vertical Slab

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

Acquisition

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

Stone Cutting conditional
Sandstone Brick Vertical Slab Sandstone Brick Vertical Slab guaranteed

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

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

Mining & drops

sourcecountchanceconditions
Sandstone Brick Vertical Slab1–1100%

Used in (1)

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

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

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:sandstone_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:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:sandstone_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:sandstone_bricks_slab"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "vertical_slabs",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}