Cinder Block Slab
alexscaves:cinder_block_slab

Cinder Block Slab

Alex's Caves · by Alexthe668, Noonyeyz
block Pickaxe MineableNeeds Stone ToolSlabSlab

Cinder Block Slab is a block from Alex's Caves, crafted from Cinder Block.

Acquisition

Crafting using Cinder Block, Cinder Block and Cinder Block, arranged in the pattern shown. Produces 6× Cinder Block Slab.

Crafting
Cinder Block Slab Cinder Block Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Cinder Block Slab1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
alexscaves:cinder_block_slab
Namespace
alexscaves
Mod ID
alexscaves
Tags (4)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool
minecraft:blocks/slab
minecraft:items/slab

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "alexscaves:cinder_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "GGG"
  ],
  "ingredients": {
    "G": {
      "item": "alexscaves:cinder_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}