minecraft:cut_sandstone

Cut Sandstone

Minecraft · by Mojang Studios
block Pickaxe Mineable

Acquisition

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

Crafting
Cut Sandstone ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Cut Sandstone1–1100%Survives Explosion

Used in (3)

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

Crafting using Any of Sandstone / Chiseled Sandstone / Cut Sandstone, Any of Sandstone / Chiseled Sandstone / Cut Sandstone, Any of Sandstone / Chiseled Sandstone / Cut Sandstone, Any of Sandstone / Chiseled Sandstone / Cut Sandstone, Any of Sandstone / Chiseled Sandstone / Cut Sandstone and Any of Sandstone / Chiseled Sandstone / Cut Sandstone, arranged in the pattern shown. Produces 4× Sandstone Stairs.

Crafting
Sandstone Stairs Sandstone Stairs ×4 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:cut_sandstone
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/mineable/pickaxe

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": {
    "#": {
      "item": "minecraft:sandstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}