cataclysm:chiseled_stone_brick_pillar

Chiseled Stone Brick Pillar

cataclysm · by L_Ender
block Pickaxe Mineable

Acquisition

Crafting using Chiseled Stone Bricks and Chiseled Stone Bricks, arranged in the pattern shown. Produces 2× Chiseled Stone Brick Pillar.

Crafting
Chiseled Stone Brick Pillar ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Chiseled Stone Brick Pillar1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "anyOf": [
      {
        "item": "minecraft:stone_bricks"
      },
      {
        "item": "minecraft:stone"
      },
      {
        "item": "minecraft:chiseled_stone_bricks"
      }
    ]
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:chiseled_stone_bricks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}