Shale Slab
quark:shale_slab

Shale Slab

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe MineableSlabsSlabs

Acquisition

Stone Cutting using Shale. Produces Shale Slab.

Stone Cutting conditional
Shale Slab Shale Slab guaranteed

Crafting using Shale, Shale and Shale, arranged in the pattern shown. Produces 6× Shale Slab.

Crafting conditional
Shale Slab Shale Slab ×6 guaranteed

Crafting using Shale Vertical Slab, in any arrangement. Produces Shale Slab.

Crafting ⇆ any arrangement conditional
Shale Vertical Slab
Shale Slab Shale Slab guaranteed

Mining & drops

sourcecountchanceconditions
Shale Slab1–1100%

Used in (1)

Crafting using Shale Slab, Shale Slab and Shale Slab, arranged in the pattern shown. Produces 3× Shale Vertical Slab.

Crafting conditional
Shale Slab
Shale Slab
Shale Slab
Shale Vertical Slab Shale Vertical Slab ×3 guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:shale"
  },
  "conditions": [
    {
      "raw": {
        "flag": "shale",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:shale"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "shale",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:shale_vertical_slab"
  },
  "conditions": [
    {
      "raw": {
        "flag": "vertical_slabs",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}