Smooth Quartz Slab
minecraft:smooth_quartz_slab

Smooth Quartz Slab

Minecraft · by Mojang Studios
block Pickaxe MineableSlabsSlabs

Acquisition

Crafting using Smooth Quartz Vertical Slab, in any arrangement. Produces Smooth Quartz Slab.

Crafting ⇆ any arrangement conditional
Smooth Quartz Vertical Slab
Smooth Quartz Slab Smooth Quartz Slab guaranteed

Crafting using Smooth Quartz Block, Smooth Quartz Block and Smooth Quartz Block, arranged in the pattern shown. Produces 6× Smooth Quartz Slab.

Crafting
Smooth Quartz Slab Smooth Quartz Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Smooth Quartz Slab1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:smooth_quartz"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:smooth_quartz_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:smooth_quartz"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}