Jasper Wall
quark:jasper_wall

Jasper Wall

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

Acquisition

Stone Cutting using Jasper. Produces Jasper Wall.

Stone Cutting conditional
Jasper Wall Jasper Wall guaranteed

Crafting using Jasper, Jasper, Jasper, Jasper, Jasper and Jasper, arranged in the pattern shown. Produces 6× Jasper Wall.

Crafting conditional
Jasper Wall Jasper Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Jasper Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

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
}