Black Sandstone Slab
biomesoplenty:black_sandstone_slab

Black Sandstone Slab

Dye Color:
Biomes O' Plenty · by Adubbz, Forstride
block Pickaxe MineableSlabsSlabs

Acquisition

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

Crafting
Black Sandstone Slab Black Sandstone Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Black Sandstone Slab1–1100%

Used in (1)

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

Crafting
Black Sandstone Slab
Black Sandstone Slab
Chiseled Black Sandstone guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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