Stone Cutting using Any of End Stone / Polished End Stone. Produces Polished End Stone Slab.
Polished End Stone Slab
cataclysm · by L_Ender
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Polished End Stone Slab | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
cataclysm:polished_end_stone_slab- Namespace
cataclysm- Mod ID
cataclysm- Tags (3)
minecraft:blocks/mineable/pickaxe minecraft:blocks/slabs minecraft:items/slabs
Recipe JSON (1):
{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"anyOf": [
{
"item": "minecraft:end_stone"
},
{
"item": "cataclysm:polished_end_stone"
}
]
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
