cataclysm:chiseled_azure_seastone_pillar

Chiseled Azure Seastone Pillar

cataclysm · by L_Ender
block Pickaxe Mineable

Acquisition

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

Crafting
Chiseled Azure Seastone Pillar ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Chiseled Azure Seastone Pillar1–1100%

Used in (2)

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

Block drops

Drops itself when broken.

Developer reference
Registry name
cataclysm:chiseled_azure_seastone_pillar
Namespace
cataclysm
Mod ID
cataclysm
Tags (1)
minecraft:blocks/mineable/pickaxe

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"
      },
      {
        "item": "cataclysm:azure_seastone_bricks"
      },
      {
        "item": "cataclysm:polished_azure_seastone"
      }
    ]
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}