Cut Sandstone Slab
minecraft:cut_sandstone_slab

Cut Sandstone Slab

Minecraft · by Mojang Studios
block Pickaxe MineableSlabsSlabs

Acquisition

Crafting using Cut Sandstone Vertical Slab, in any arrangement. Produces Cut Sandstone Slab.

Crafting ⇆ any arrangement conditional
Cut Sandstone Vertical Slab
Cut Sandstone Slab Cut Sandstone Slab guaranteed

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

Crafting
Cut Sandstone Slab Cut Sandstone Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Cut Sandstone Slab1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (4):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:cut_sandstone_vertical_slab"
  },
  "conditions": [
    {
      "raw": {
        "flag": "vertical_slabs",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:cut_sandstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:sandstone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:cut_sandstone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}