cataclysm:chiseled_purpur_block

Chiseled Purpur Block

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

Acquisition

Crafting using Purpur Slab and Purpur Slab, arranged in the pattern shown. Produces Chiseled Purpur Block.

Crafting
Purpur Slab
Purpur Slab
Chiseled Purpur Block guaranteed

Mining & drops

sourcecountchanceconditions
Chiseled Purpur Block1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
cataclysm:chiseled_purpur_block
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:purpur_block"
      }
    ]
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:purpur_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}