Stone Cutting using Any of Azure Seastone / Polished Azure Seastone. Produces Polished Azure Seastone Slab.
Polished Azure Seastone Slab
cataclysm · by L_Ender
Acquisition
Crafting using Polished Azure Seastone, Polished Azure Seastone and Polished Azure Seastone, arranged in the pattern shown. Produces 6× Polished Azure Seastone Slab.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Polished Azure Seastone Slab | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
cataclysm:polished_azure_seastone_slab- Namespace
cataclysm- Mod ID
cataclysm- Tags (2)
minecraft:blocks/mineable/pickaxe minecraft:blocks/slabs
Recipe JSON (2):
{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"anyOf": [
{
"item": "cataclysm:azure_seastone"
},
{
"item": "cataclysm:polished_azure_seastone"
}
]
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###"
],
"ingredients": {
"#": {
"item": "cataclysm:polished_azure_seastone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}

