Polished Azure Seastone Wall
cataclysm:polished_azure_seastone_wall

Polished Azure Seastone Wall

cataclysm · by L_Ender
block Pickaxe MineableWalls

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 6× Polished Azure Seastone Wall.

Crafting
Polished Azure Seastone Wall Polished Azure Seastone Wall ×6 guaranteed

Block drops

dropscountchanceconditions
Azure Seastone Wall1–1100%
Developer reference
Registry name
cataclysm:polished_azure_seastone_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:polished_azure_seastone"
    }
  },
  "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:polished_azure_seastone"
      }
    ]
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}