quark:jasper_bricks

Jasper Bricks

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

Acquisition

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

Crafting conditional
Jasper Bricks ×4 guaranteed

Stone Cutting using Jasper. Produces Jasper Bricks.

Stone Cutting conditional
Jasper Bricks guaranteed

Mining & drops

sourcecountchanceconditions
Jasper Bricks1–1100%Survives Explosion

Used in (7)

Crafting using Jasper Bricks, Jasper Bricks and Jasper Bricks, arranged in the pattern shown. Produces 6× Jasper Brick Slab.

Crafting conditional
Jasper Brick Slab Jasper Brick Slab ×6 guaranteed

Stone Cutting using Jasper Bricks. Produces Jasper Brick Vertical Slab.

Stone Cutting conditional
Jasper Brick Vertical Slab Jasper Brick Vertical Slab guaranteed
view all 7 →

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:jasper_bricks
Namespace
quark
Mod ID
quark
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "quark:polished_jasper"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "stone_bricks",
            "type": "quark:flag"
          },
          {
            "flag": "jasper",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:jasper"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "stone_bricks",
            "type": "quark:flag"
          },
          {
            "flag": "jasper",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:polished_jasper"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "stone_bricks",
            "type": "quark:flag"
          },
          {
            "flag": "jasper",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}