Azure Seastone Brick Wall
cataclysm:azure_seastone_brick_wall

Azure Seastone Brick Wall

cataclysm · by L_Ender
block Pickaxe MineableWalls

Acquisition

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

Crafting
Azure Seastone Brick Wall Azure Seastone Brick Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Azure Seastone Brick Wall1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
cataclysm:azure_seastone_brick_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_bricks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "anyOf": [
      {
        "item": "cataclysm:azure_seastone_bricks"
      },
      {
        "item": "cataclysm:azure_seastone"
      }
    ]
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}