quark:limestone_bricks

Limestone Bricks

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

Acquisition

Stone Cutting using Limestone. Produces Limestone Bricks.

Stone Cutting conditional
Limestone Bricks guaranteed

Crafting using Polished Limestone, Polished Limestone, Polished Limestone and Polished Limestone, arranged in the pattern shown. Produces 4× Limestone Bricks.

Crafting conditional
Limestone Bricks ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Limestone Bricks1–1100%Survives Explosion

Used in (7)

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

Crafting conditional
Limestone Brick Stairs Limestone Brick Stairs ×4 guaranteed

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

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

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "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: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
}