cataclysm:stone_pillar

Stone Pillar

cataclysm · by L_Ender
block Pickaxe Mineable

Acquisition

Crafting using Stone and Stone, arranged in the pattern shown. Produces 2× Stone Pillar.

Crafting
Stone Pillar ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Stone Pillar1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "anyOf": [
      {
        "item": "minecraft:stone"
      }
    ]
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}