quark:red_sandstone_bricks

Red Sandstone Bricks

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

Acquisition

Stone Cutting using Red Sandstone. Produces Red Sandstone Bricks.

Stone Cutting conditional
Red Sandstone Bricks guaranteed

Crafting using Cut Red Sandstone, Cut Red Sandstone, Cut Red Sandstone and Cut Red Sandstone, arranged in the pattern shown. Produces 4× Red Sandstone Bricks.

Crafting conditional
Red Sandstone Bricks ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Red Sandstone Bricks1–1100%Survives Explosion

Used in (7)

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

Crafting conditional
Red Sandstone Brick Stairs Red Sandstone Brick Stairs ×4 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

Stone Cutting using Red Sandstone Bricks. Produces Red Sandstone Brick Vertical Slab.

Stone Cutting conditional
Red Sandstone Brick Vertical Slab Red Sandstone Brick Vertical Slab guaranteed

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

Crafting conditional
Red Sandstone Brick Wall Red Sandstone Brick Wall ×6 guaranteed
view all 7 →

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:red_sandstone_bricks
Namespace
quark
Mod ID
quark
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (3):

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