Stone Cutting using Stone. Produces Stone Pillar.


Stone Cutting using Stone. Produces Stone Pillar.

Crafting using Stone and Stone, arranged in the pattern shown. Produces 2× Stone Pillar.
| source | count | chance | conditions |
|---|---|---|---|
| Stone Pillar | 1–1 | 100% | — |
Drops itself when broken.
cataclysm:stone_pillarcataclysmcataclysmminecraft: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
}