quark:polished_shale

Polished Shale

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block StoneStonePickaxe MineableStone Tool Materials

Acquisition

Crafting using Shale, Shale, Shale and Shale, arranged in the pattern shown. Produces 4× Polished Shale.

Crafting conditional
Polished Shale ×4 guaranteed

Stone Cutting using Shale. Produces Polished Shale.

Stone Cutting conditional
Polished Shale guaranteed

Mining & drops

sourcecountchanceconditions
Polished Shale1–1100%Survives Explosion

Used in (11)

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

Stone Cutting conditional
Polished Shale Vertical Slab Polished Shale Vertical Slab guaranteed
view all 11 →

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:polished_shale
Namespace
quark
Mod ID
quark
Tags (4)
forge:blocks/stone
forge:items/stone
minecraft:blocks/mineable/pickaxe
quark:items/stone_tool_materials

Recipe JSON (2):

{
  "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: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
}