Sealed Planks Slab
embers:sealed_planks_slab

Sealed Planks Slab

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

Sealed Planks Slab is a block from Embers Rekindled, crafted from Sealed Planks.

Acquisition

Crafting using Sealed Planks, Sealed Planks and Sealed Planks, arranged in the pattern shown. Produces 6× Sealed Planks Slab.

Crafting
Sealed Planks Slab Sealed Planks Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Sealed Planks Slab1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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