Polished Azure Seastone Stairs
cataclysm:polished_azure_seastone_stairs

Polished Azure Seastone Stairs

cataclysm · by L_Ender
block Pickaxe MineableStairs

Acquisition

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

Crafting
Polished Azure Seastone Stairs Polished Azure Seastone Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Polished Azure Seastone Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
cataclysm:polished_azure_seastone_stairs
Namespace
cataclysm
Mod ID
cataclysm
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/stairs

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
}