Jasper Brick Slab
quark:jasper_bricks_slab

Jasper Brick Slab

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

Acquisition

Stone Cutting using Jasper. Produces Jasper Brick Slab.

Stone Cutting conditional
Jasper Brick Slab Jasper Brick Slab guaranteed

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

Crafting using Jasper Brick Vertical Slab, in any arrangement. Produces Jasper Brick Slab.

Crafting ⇆ any arrangement conditional
Jasper Brick Vertical Slab
Jasper Brick Slab Jasper Brick Slab guaranteed

Mining & drops

sourcecountchanceconditions
Jasper Brick Slab1–1100%

Used in (2)

Crafting using Jasper Brick Slab, Jasper Brick Slab and Jasper Brick Slab, arranged in the pattern shown. Produces 3× Jasper Brick Vertical Slab.

Crafting conditional
Jasper Brick Slab
Jasper Brick Slab
Jasper Brick Slab
Jasper Brick Vertical Slab Jasper Brick Vertical Slab ×3 guaranteed

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

Crafting conditional
Jasper Brick Slab
Jasper Brick Slab
Chiseled Jasper Bricks guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (5):

{
  "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
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:jasper_bricks"
  },
  "conditions": [
    {
      "raw": {
        "flag": "more_stone_variants",
        "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: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:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:jasper_bricks"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "more_stone_variants",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:jasper_bricks_vertical_slab"
  },
  "conditions": [
    {
      "raw": {
        "flag": "vertical_slabs",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}