cataclysm:polished_azure_seastone

Polished Azure Seastone

cataclysm · by L_Ender
block Pickaxe Mineable

Acquisition

Crafting using Azure Seastone, Azure Seastone, Azure Seastone and Azure Seastone, arranged in the pattern shown. Produces 4× Polished Azure Seastone.

Crafting
Polished Azure Seastone ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Polished Azure Seastone1–1100%

Used in (9)

Crafting using Polished Azure Seastone, Polished Azure Seastone, Polished Azure Seastone and Polished Azure Seastone, arranged in the pattern shown. Produces 4× Azure Seastone Bricks.

Crafting
Azure Seastone Bricks ×4 guaranteed

Crafting using Polished Azure Seastone, Polished Azure Seastone and Polished Azure Seastone, arranged in the pattern shown. Produces 6× Polished Azure Seastone Slab.

Crafting
Polished Azure Seastone Slab Polished Azure Seastone Slab ×6 guaranteed
view all 9 →

Block drops

Drops itself when broken.

Developer reference
Registry name
cataclysm:polished_azure_seastone
Namespace
cataclysm
Mod ID
cataclysm
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "anyOf": [
      {
        "item": "cataclysm:azure_seastone"
      }
    ]
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "cataclysm:azure_seastone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}