quark:polished_jasper

Polished Jasper

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

Acquisition

Stone Cutting using Jasper. Produces Polished Jasper.

Stone Cutting conditional
Polished Jasper guaranteed

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

Crafting conditional
Polished Jasper ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Polished Jasper1–1100%Survives Explosion

Used in (11)

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

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

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:polished_jasper
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:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:jasper"
  },
  "conditions": [
    {
      "raw": {
        "flag": "jasper",
        "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:jasper"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "jasper",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}