Stone Cutting using Any of Stone Bricks / Stone / Chiseled Stone Bricks. Produces Chiseled Stone Brick Pillar.


Stone Cutting using Any of Stone Bricks / Stone / Chiseled Stone Bricks. Produces Chiseled Stone Brick Pillar.

Crafting using Chiseled Stone Bricks and Chiseled Stone Bricks, arranged in the pattern shown. Produces 2× Chiseled Stone Brick Pillar.
| source | count | chance | conditions |
|---|---|---|---|
| Chiseled Stone Brick Pillar | 1–1 | 100% | — |
Drops itself when broken.
cataclysm:chiseled_stone_brick_pillarcataclysmcataclysmminecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"anyOf": [
{
"item": "minecraft:stone_bricks"
},
{
"item": "minecraft:stone"
},
{
"item": "minecraft:chiseled_stone_bricks"
}
]
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#"
],
"ingredients": {
"#": {
"item": "minecraft:chiseled_stone_bricks"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}