quark:andesite_pillar

Andesite Pillar

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

Acquisition

Stone Cutting using Andesite. Produces Andesite Pillar.

Stone Cutting conditional
Andesite Pillar guaranteed

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

Crafting conditional
Polished Andesite Slab
Polished Andesite Slab
Andesite Pillar guaranteed

Mining & drops

sourcecountchanceconditions
Andesite Pillar1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:andesite"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "stone_pillar",
            "type": "quark:flag"
          },
          {
            "flag": "andesite",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:polished_andesite_slab"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "stone_pillar",
            "type": "quark:flag"
          },
          {
            "flag": "andesite",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}