quark:chiseled_shale_bricks

Chiseled Shale Bricks

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

Acquisition

Stone Cutting using Shale. Produces Chiseled Shale Bricks.

Stone Cutting conditional
Chiseled Shale Bricks guaranteed

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

Crafting conditional
Shale Brick Slab
Shale Brick Slab
Chiseled Shale Bricks guaranteed

Mining & drops

sourcecountchanceconditions
Chiseled Shale Bricks1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:shale"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "stone_bricks",
            "type": "quark:flag"
          },
          {
            "flag": "stone_chiseled",
            "type": "quark:flag"
          },
          {
            "flag": "shale",
            "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:shale_bricks_slab"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "stone_bricks",
            "type": "quark:flag"
          },
          {
            "flag": "stone_chiseled",
            "type": "quark:flag"
          },
          {
            "flag": "shale",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}