quark:sandstone_bricks

Sandstone Bricks

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

Acquisition

Stone Cutting using Sandstone. Produces Sandstone Bricks.

Stone Cutting conditional
Sandstone Bricks guaranteed

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

Crafting conditional
Sandstone Bricks ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Sandstone Bricks1–1100%Survives Explosion

Used in (7)

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

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

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

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

Block drops

Drops itself when broken.

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