Cut Red Sandstone Vertical Slab
quark:cut_red_sandstone_vertical_slab

Cut Red Sandstone Vertical Slab

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

Acquisition

Stone Cutting using Red Sandstone. Produces Cut Red Sandstone Vertical Slab.

Stone Cutting conditional
Cut Red Sandstone Vertical Slab Cut Red Sandstone Vertical Slab guaranteed

Stone Cutting using Cut Red Sandstone. Produces Cut Red Sandstone Vertical Slab.

Stone Cutting conditional
Cut Red Sandstone Vertical Slab Cut Red Sandstone Vertical Slab guaranteed

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

Crafting conditional
Cut Red Sandstone Slab
Cut Red Sandstone Slab
Cut Red Sandstone Slab
Cut Red Sandstone Vertical Slab Cut Red Sandstone Vertical Slab ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Cut Red Sandstone Vertical Slab1–1100%

Used in (1)

Crafting using Cut Red Sandstone Vertical Slab, in any arrangement. Produces Cut Red Sandstone Slab.

Crafting ⇆ any arrangement conditional
Cut Red Sandstone Vertical Slab
Cut Red Sandstone Slab Cut Red Sandstone Slab guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (3):

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