Ashen Stone Slab
embers:ashen_stone_slab

Ashen Stone Slab

Embers Rekindled · by RCXcrafter, BordListian, Elucent, TechnoMysterio, KomradeSpectre
block Pickaxe MineableSlabs

Ashen Stone Slab is a block from Embers Rekindled, crafted from Ashen Stone.

Acquisition

Crafting using Ashen Stone, Ashen Stone and Ashen Stone, arranged in the pattern shown. Produces 6× Ashen Stone Slab.

Crafting
Ashen Stone Slab Ashen Stone Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Ashen Stone Slab1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "embers:ashen_stone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XXX"
  ],
  "ingredients": {
    "X": {
      "item": "embers:ashen_stone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}