Red Sandstone Slab
minecraft:red_sandstone_slab

Red Sandstone Slab

Minecraft · by Mojang Studios
block Pickaxe MineableSlabsSlabs

Acquisition

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

Crafting
Red Sandstone Slab Red Sandstone Slab ×6 guaranteed

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

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

Mining & drops

sourcecountchanceconditions
Red Sandstone Slab1–1100%

Used in (1)

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

Crafting
Red Sandstone Slab
Red Sandstone Slab
Chiseled Red Sandstone guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "anyOf": [
        {
          "item": "minecraft:red_sandstone"
        },
        {
          "item": "minecraft:chiseled_red_sandstone"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:red_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:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:red_sandstone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}