cataclysm:chiseled_end_stone_bricks

Chiseled End Stone Bricks

cataclysm · by L_Ender
block Endermaptera Can Not SpawnEnder Guardian Can DestroyPickaxe Mineable

Acquisition

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

Crafting
End Stone Brick Slab
End Stone Brick Slab
Chiseled End Stone Bricks guaranteed

Mining & drops

sourcecountchanceconditions
Chiseled End Stone Bricks1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
cataclysm:chiseled_end_stone_bricks
Namespace
cataclysm
Mod ID
cataclysm
Tags (3)
cataclysm:blocks/endermaptera_can_not_spawn
cataclysm:blocks/ender_guardian_can_destroy
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "anyOf": [
      {
        "item": "minecraft:end_stone"
      },
      {
        "item": "minecraft:end_stone_bricks"
      }
    ]
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:end_stone_brick_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}