Polished Shale Vertical Slab
quark:polished_shale_vertical_slab

Polished Shale Vertical Slab

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe MineableVertical SlabVertical Slab

Acquisition

Stone Cutting using Shale. Produces Polished Shale Vertical Slab.

Stone Cutting conditional
Polished Shale Vertical Slab Polished Shale Vertical Slab guaranteed

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

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

Stone Cutting using Polished Shale. Produces Polished Shale Vertical Slab.

Stone Cutting conditional
Polished Shale Vertical Slab Polished Shale Vertical Slab guaranteed

Mining & drops

sourcecountchanceconditions
Polished Shale Vertical Slab1–1100%

Used in (1)

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

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

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:shale"
  },
  "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": "quark:polished_shale_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": "quark:polished_shale"
  },
  "conditions": [
    {
      "raw": {
        "flag": "vertical_slabs",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}