cataclysm:azure_seastone_pillar

Azure Seastone Pillar

cataclysm · by L_Ender
block Pickaxe Mineable

Acquisition

Crafting using Azure Seastone and Azure Seastone, arranged in the pattern shown. Produces 2× Azure Seastone Pillar.

Crafting
Azure Seastone Pillar ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Azure Seastone Pillar1–1100%

Used in (2)

Crafting using Azure Seastone Pillar, Azure Seastone Pillar, Azure Seastone Pillar, Azure Seastone Pillar, Azure Seastone Pillar and Azure Seastone Pillar, arranged in the pattern shown. Produces 6× Azure Seastone Pillar Wall.

Crafting
Azure Seastone Pillar Wall Azure Seastone Pillar Wall ×6 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
cataclysm:azure_seastone_pillar
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
}