quark:polished_limestone

Polished Limestone

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block StoneStonePickaxe MineableStone Tool Materials

Acquisition

Stone Cutting using Limestone. Produces Polished Limestone.

Stone Cutting conditional
Polished Limestone guaranteed

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

Crafting conditional
Polished Limestone ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Polished Limestone1–1100%Survives Explosion

Used in (11)

Stone Cutting using Polished Limestone. Produces Limestone Brick Vertical Slab.

Stone Cutting conditional
Limestone Brick Vertical Slab Limestone Brick Vertical Slab guaranteed

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

Crafting conditional
Polished Limestone Stairs Polished Limestone Stairs ×4 guaranteed
view all 11 →

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:polished_limestone
Namespace
quark
Mod ID
quark
Tags (4)
forge:blocks/stone
forge:items/stone
minecraft:blocks/mineable/pickaxe
quark:items/stone_tool_materials

Recipe JSON (2):

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