Purpur Slab
minecraft:purpur_slab

Purpur Slab

Minecraft · by Mojang Studios
block Pickaxe MineableSlabsSlabs

Acquisition

Crafting using Any of Purpur Block / Purpur Pillar, Any of Purpur Block / Purpur Pillar and Any of Purpur Block / Purpur Pillar, arranged in the pattern shown. Produces 6× Purpur Slab.

Crafting
Purpur Slab Purpur Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Purpur Slab1–1100%

Used in (1)

Crafting using Purpur Slab and Purpur Slab, arranged in the pattern shown. Produces Purpur Pillar.

Crafting
Purpur Slab
Purpur Slab
Purpur Pillar guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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