Chiseled Azure Seastone Pillar Wall
cataclysm:chiseled_azure_seastone_pillar_wall

Chiseled Azure Seastone Pillar Wall

cataclysm · by L_Ender
block Pickaxe MineableWalls

Acquisition

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

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

Mining & drops

sourcecountchanceconditions
Chiseled Azure Seastone Pillar Wall1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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