quark:chiseled_andesite_bricks

Chiseled Andesite Bricks

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

Acquisition

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

Crafting conditional
Andesite Brick Slab
Andesite Brick Slab
Chiseled Andesite Bricks guaranteed

Stone Cutting using Andesite. Produces Chiseled Andesite Bricks.

Stone Cutting conditional
Chiseled Andesite Bricks guaranteed

Mining & drops

sourcecountchanceconditions
Chiseled Andesite Bricks1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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