Shale Brick Wall
quark:shale_bricks_wall

Shale Brick Wall

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

Acquisition

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

Stone Cutting using Shale. Produces Shale Brick Wall.

Stone Cutting conditional
Shale Brick Wall Shale Brick Wall guaranteed

Mining & drops

sourcecountchanceconditions
Shale Brick Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (4):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:shale_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: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_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: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
}