Stone Slab
minecraft:stone_slab

Stone Slab

Minecraft · by Mojang Studios
block Pickaxe MineableSlabsSlabs

Acquisition

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

Crafting
Stone Slab Stone Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Stone Slab1–1100%

Used in (1)

Crafting using Stick, Stone Slab, Stick, Any Planks and Any Planks, arranged in the pattern shown. Produces Grindstone.

Crafting
Grindstone Grindstone guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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