Limestone Brick Slab
quark:limestone_bricks_slab

Limestone Brick Slab

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

Acquisition

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

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

Stone Cutting using Limestone. Produces Limestone Brick Slab.

Stone Cutting conditional
Limestone Brick Slab Limestone Brick Slab guaranteed

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

Crafting conditional
Limestone Brick Slab Limestone Brick Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Limestone Brick Slab1–1100%

Used in (2)

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

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

Crafting using Limestone Brick Slab and Limestone Brick Slab, arranged in the pattern shown. Produces Chiseled Limestone Bricks.

Crafting conditional
Limestone Brick Slab
Limestone Brick Slab
Chiseled Limestone Bricks guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (5):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:limestone_bricks"
  },
  "conditions": [
    {
      "raw": {
        "flag": "more_stone_variants",
        "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_bricks_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:polished_limestone"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "stone_bricks",
            "type": "quark:flag"
          },
          {
            "flag": "limestone",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:limestone"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "stone_bricks",
            "type": "quark:flag"
          },
          {
            "flag": "limestone",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:limestone_bricks"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "more_stone_variants",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}