Holystone Brick Slab
aether:holystone_brick_slab

Holystone Brick Slab

The Aether · by AlphaMode, bconlon, Burning Cactus, Drullkus, Hugo Payn, Jaryt, Oscar Payn, quek, Raptor, reetam, RENREN, sunsette
block Pickaxe MineableSlabsSlabs

Acquisition

Stone Cutting using Holystone. Produces Holystone Brick Slab.

Stone Cutting
Holystone Brick Slab Holystone Brick Slab guaranteed

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

Crafting
Holystone Brick Slab Holystone Brick Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Holystone Brick Slab1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
aether:holystone_brick_slab
Namespace
aether
Mod ID
aether
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/slabs
minecraft:items/slabs

Recipe JSON (3):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "aether:holystone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "aether:holystone_bricks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "aether:holystone_bricks"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}