quark:iron_pillar

Iron Pillar

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Needs Stone ToolPickaxe Mineable

Acquisition

Crafting using Iron Plate Slab and Iron Plate Slab, arranged in the pattern shown. Produces Iron Pillar.

Crafting conditional
Iron Plate Slab
Iron Plate Slab
Iron Pillar guaranteed

Mining & drops

sourcecountchanceconditions
Iron Pillar1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:iron_pillar
Namespace
quark
Mod ID
quark
Tags (2)
forge:blocks/needs_stone_tool
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

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