cataclysm:chiseled_azure_seastone

Chiseled Azure Seastone

cataclysm · by L_Ender
block Pickaxe Mineable

Acquisition

Crafting using Azure Seastone Slab and Azure Seastone Slab, arranged in the pattern shown. Produces Chiseled Azure Seastone.

Crafting
Azure Seastone Slab
Azure Seastone Slab
Chiseled Azure Seastone guaranteed

Mining & drops

sourcecountchanceconditions
Chiseled Azure Seastone1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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