Smooth Stone Slab
minecraft:smooth_stone_slab

Smooth Stone Slab

Minecraft · by Mojang Studios
block Pickaxe MineableSlabsSlabs

Acquisition

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

Crafting
Smooth Stone Slab Smooth Stone Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Smooth Stone Slab1–1100%

Used in (1)

Crafting using Stick, Stick, Stick, Stick, Stick, Smooth Stone Slab and Stick, arranged in the pattern shown. Produces Armor Stand.

Crafting
Stick
Stick
Stick
Stick
Stick
Smooth Stone Slab
Stick
Armor Stand Armor Stand guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:smooth_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:smooth_stone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:smooth_stone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}