quark:limestone_pillar

Limestone Pillar

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

Acquisition

Stone Cutting using Limestone. Produces Limestone Pillar.

Stone Cutting conditional
Limestone Pillar guaranteed

Crafting using Polished Limestone Slab and Polished Limestone Slab, arranged in the pattern shown. Produces Limestone Pillar.

Crafting conditional
Polished Limestone Slab
Polished Limestone Slab
Limestone Pillar guaranteed

Mining & drops

sourcecountchanceconditions
Limestone Pillar1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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