Azure Seastone Brick Slab
cataclysm:azure_seastone_brick_slab

Azure Seastone Brick Slab

cataclysm · by L_Ender
block Pickaxe MineableSlabs

Acquisition

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

Crafting
Azure Seastone Brick Slab Azure Seastone Brick Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Azure Seastone Brick Slab1–1100%

Block drops

Drops itself when broken.

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

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
}