Red Sandstone Brick Slab
quark:red_sandstone_bricks_slab

Red Sandstone Brick Slab

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

Acquisition

Crafting using Red Sandstone Brick Vertical Slab, in any arrangement. Produces Red Sandstone Brick Slab.

Crafting ⇆ any arrangement conditional
Red Sandstone Brick Vertical Slab
Red Sandstone Brick Slab Red Sandstone Brick Slab guaranteed

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

Crafting conditional
Red Sandstone Brick Slab Red Sandstone Brick Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Red Sandstone Brick Slab1–1100%

Used in (1)

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

Crafting conditional
Red Sandstone Brick Slab
Red Sandstone Brick Slab
Red Sandstone Brick Slab
Red Sandstone Brick Vertical Slab Red Sandstone Brick Vertical Slab ×3 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:red_sandstone_bricks_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_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:red_sandstone_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:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:red_sandstone_bricks"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "sandstone_bricks",
        "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:red_sandstone_bricks"
  },
  "conditions": [
    {
      "raw": {
        "flag": "sandstone_bricks",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}