quark:shale_bricks

Shale Bricks

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

Acquisition

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

Crafting conditional
Shale Bricks ×4 guaranteed

Stone Cutting using Shale. Produces Shale Bricks.

Stone Cutting conditional
Shale Bricks guaranteed

Mining & drops

sourcecountchanceconditions
Shale Bricks1–1100%Survives Explosion

Used in (7)

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

Crafting conditional
Shale Brick Slab Shale Brick Slab ×6 guaranteed

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

Stone Cutting conditional
Shale Brick Vertical Slab Shale Brick Vertical Slab guaranteed

Crafting using Shale Bricks, Shale Bricks, Shale Bricks, Shale Bricks, Shale Bricks and Shale Bricks, arranged in the pattern shown. Produces 6× Shale Brick Wall.

Crafting conditional
Shale Brick Wall Shale Brick Wall ×6 guaranteed
view all 7 →

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:shale_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_shale"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "stone_bricks",
            "type": "quark:flag"
          },
          {
            "flag": "shale",
            "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:shale"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "stone_bricks",
            "type": "quark:flag"
          },
          {
            "flag": "shale",
            "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_shale"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "stone_bricks",
            "type": "quark:flag"
          },
          {
            "flag": "shale",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}