Sandstone Slab
minecraft:sandstone_slab

Sandstone Slab

Minecraft · by Mojang Studios
block Pickaxe MineableSlabsSlabs

Acquisition

Crafting using Any of Sandstone / Chiseled Sandstone, Any of Sandstone / Chiseled Sandstone and Any of Sandstone / Chiseled Sandstone, arranged in the pattern shown. Produces 6× Sandstone Slab.

Crafting
Sandstone Slab Sandstone Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Sandstone Slab1–1100%

Used in (1)

Crafting using Sandstone Slab and Sandstone Slab, arranged in the pattern shown. Produces Chiseled Sandstone.

Crafting
Sandstone Slab
Sandstone Slab
Chiseled Sandstone guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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