Stone Cutting using Any of End Stone / End Stone Bricks. Produces End Stone Pillar.


Stone Cutting using Any of End Stone / End Stone Bricks. Produces End Stone Pillar.

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