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

Blackstone Pillar
cataclysm · by L_Ender
Acquisition
Stone Cutting using Polished Blackstone. Produces Blackstone Pillar.

Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Blackstone Pillar | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
cataclysm:blackstone_pillar- Namespace
cataclysm- Mod ID
cataclysm- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#"
],
"ingredients": {
"#": {
"item": "minecraft:polished_blackstone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"anyOf": [
{
"item": "minecraft:polished_blackstone"
}
]
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
