Smooth Stone Vertical Slab
quark:smooth_stone_vertical_slab

Smooth Stone Vertical Slab

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

Acquisition

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

Crafting conditional
Smooth Stone Slab
Smooth Stone Slab
Smooth Stone Slab
Smooth Stone Vertical Slab Smooth Stone Vertical Slab ×3 guaranteed

Stone Cutting using Smooth Stone. Produces Smooth Stone Vertical Slab.

Stone Cutting conditional
Smooth Stone Vertical Slab Smooth Stone Vertical Slab guaranteed

Mining & drops

sourcecountchanceconditions
Smooth Stone Vertical Slab1–1100%

Used in (1)

Crafting using Smooth Stone Vertical Slab, in any arrangement. Produces Smooth Stone Slab.

Crafting ⇆ any arrangement conditional
Smooth Stone Vertical Slab
Smooth Stone Slab Smooth Stone Slab guaranteed

Block drops

Drops itself when broken.

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