quark:chiseled_granite_bricks

Chiseled Granite Bricks

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

Acquisition

Stone Cutting using Granite. Produces Chiseled Granite Bricks.

Stone Cutting conditional
Chiseled Granite Bricks guaranteed

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

Crafting conditional
Granite Brick Slab
Granite Brick Slab
Chiseled Granite Bricks guaranteed

Mining & drops

sourcecountchanceconditions
Chiseled Granite Bricks1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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