Limestone Slab
quark:limestone_slab

Limestone Slab

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe MineableSlabsSlabs

Acquisition

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

Crafting conditional
Limestone Slab Limestone Slab ×6 guaranteed

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

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

Stone Cutting using Limestone. Produces Limestone Slab.

Stone Cutting conditional
Limestone Slab Limestone Slab guaranteed

Mining & drops

sourcecountchanceconditions
Limestone Slab1–1100%

Used in (1)

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

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:limestone"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "limestone",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:limestone_vertical_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": "limestone",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}