Stone Cutting using Calcite. Produces Calcite Pillar.


Stone Cutting using Calcite. Produces Calcite Pillar.

Crafting using Polished Calcite Slab and Polished Calcite Slab, arranged in the pattern shown. Produces Calcite Pillar.
| source | count | chance | conditions |
|---|---|---|---|
| Calcite Pillar | 1–1 | 100% | Survives Explosion |
Drops itself when broken.
quark:calcite_pillarquarkquarkminecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "minecraft:calcite"
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "stone_pillar",
"type": "quark:flag"
},
{
"flag": "calcite",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#"
],
"ingredients": {
"#": {
"item": "quark:polished_calcite_slab"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "stone_pillar",
"type": "quark:flag"
},
{
"flag": "calcite",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}