Limestone Vertical Slab
quark:limestone_vertical_slab

Limestone Vertical Slab

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

Acquisition

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

Crafting conditional
Limestone Slab
Limestone Slab
Limestone Slab
Limestone Vertical Slab Limestone Vertical Slab ×3 guaranteed

Stone Cutting using Limestone. Produces Limestone Vertical Slab.

Stone Cutting conditional
Limestone Vertical Slab Limestone Vertical Slab guaranteed

Mining & drops

sourcecountchanceconditions
Limestone Vertical Slab1–1100%

Used in (1)

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

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

Block drops

Drops itself when broken.

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