alexscaves:galena_pillar

Galena Pillar

Alex's Caves · by Alexthe668, Noonyeyz
block Pickaxe Mineable

Galena Pillar is a block from Alex's Caves, crafted from Galena.

Acquisition

Crafting using Galena and Galena, arranged in the pattern shown. Produces 2× Galena Pillar.

Crafting
Galena Pillar ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Galena Pillar1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "alexscaves:galena"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "G",
    "G"
  ],
  "ingredients": {
    "G": {
      "item": "alexscaves:galena"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}