Stone Cutting using Any of End Stone / Polished End Stone. Produces Polished End Stone Stairs.
Polished End Stone Stairs
cataclysm · by L_Ender
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Polished End Stone Stairs | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
cataclysm:polished_end_stone_stairs- Namespace
cataclysm- Mod ID
cataclysm- Tags (6)
cataclysm:blocks/endermaptera_can_not_spawn cataclysm:blocks/ender_golem_can_destroy cataclysm:blocks/ender_guardian_can_destroy minecraft:blocks/mineable/pickaxe minecraft:blocks/stairs minecraft:items/stairs
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
}
