quark:chiseled_calcite_bricks

Chiseled Calcite Bricks

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

Acquisition

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

Crafting conditional
Calcite Brick Slab
Calcite Brick Slab
Chiseled Calcite Bricks guaranteed

Stone Cutting using Calcite. Produces Chiseled Calcite Bricks.

Stone Cutting conditional
Chiseled Calcite Bricks guaranteed

Mining & drops

sourcecountchanceconditions
Chiseled Calcite Bricks1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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