Stone Cutting using Diorite. Produces Diorite Pillar.


Stone Cutting using Diorite. Produces Diorite Pillar.

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