quark:tuff_pillar

Tuff Pillar

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

Acquisition

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

Crafting conditional
Polished Tuff Slab
Polished Tuff Slab
Tuff Pillar guaranteed

Stone Cutting using Tuff. Produces Tuff Pillar.

Stone Cutting conditional
Tuff Pillar guaranteed

Mining & drops

sourcecountchanceconditions
Tuff Pillar1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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