Tuff Vertical Slab
quark:tuff_vertical_slab

Tuff Vertical Slab

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

Acquisition

Stone Cutting using Tuff. Produces Tuff Vertical Slab.

Stone Cutting conditional
Tuff Vertical Slab Tuff Vertical Slab guaranteed

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

Crafting conditional
Tuff Slab
Tuff Slab
Tuff Slab
Tuff Vertical Slab Tuff Vertical Slab ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Tuff Vertical Slab1–1100%

Used in (1)

Crafting using Tuff Vertical Slab, in any arrangement. Produces Tuff Slab.

Crafting ⇆ any arrangement conditional
Tuff Vertical Slab
Tuff Slab Tuff Slab guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:tuff_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": "minecraft:tuff"
  },
  "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:tuff_slab"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "vertical_slabs",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}