Stone Cutting using Iron Plate. Produces Iron Pillar.


Stone Cutting using Iron Plate. Produces Iron Pillar.

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