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


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

Crafting using End Stone Brick Slab and End Stone Brick Slab, arranged in the pattern shown. Produces Chiseled End Stone Bricks.
| source | count | chance | conditions |
|---|---|---|---|
| Chiseled End Stone Bricks | 1–1 | 100% | — |
Drops itself when broken.
cataclysm:chiseled_end_stone_brickscataclysmcataclysmcataclysm:blocks/endermaptera_can_not_spawn cataclysm:blocks/ender_guardian_can_destroy minecraft: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_brick_slab"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}