Archaic Tile Slab
embers:archaic_tile_slab

Archaic Tile Slab

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

Archaic Tile Slab is a block from Embers Rekindled, crafted from Archaic Tile.

Acquisition

Crafting using Archaic Tile, Archaic Tile and Archaic Tile, arranged in the pattern shown. Produces 6× Archaic Tile Slab.

Crafting
Archaic Tile Slab Archaic Tile Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Archaic Tile Slab1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
embers:archaic_tile_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:archaic_tile"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XXX"
  ],
  "ingredients": {
    "X": {
      "item": "embers:archaic_tile"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}