Purpur Wall
cataclysm:purpur_wall

Purpur Wall

cataclysm · by L_Ender
block Pickaxe MineableWallsWalls

Acquisition

Crafting using Purpur Block, Purpur Block, Purpur Block, Purpur Block, Purpur Block and Purpur Block, arranged in the pattern shown. Produces 6× Purpur Wall.

Crafting
Purpur Wall Purpur Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Purpur Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
cataclysm:purpur_wall
Namespace
cataclysm
Mod ID
cataclysm
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/walls
minecraft:items/walls

Recipe JSON (2):

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