Azure Seastone Pillar Wall
cataclysm:azure_seastone_pillar_wall

Azure Seastone Pillar Wall

cataclysm · by L_Ender
block Pickaxe MineableWalls

Acquisition

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

Mining & drops

sourcecountchanceconditions
Azure Seastone Pillar Wall1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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