Chandelier
16×16 · BAKED

block· Machines & Other Blocks

Chandelier

Galosphere · by Orcinus
block Pickaxe MineableNeeds Stone Tool

Chandelier is a block from Galosphere, crafted from Chain, Any of Coal / Charcoal, and Palladium Ingot.

Acquisition

Crafting using Chain, Any of Coal / Charcoal, Chain, Palladium Ingot, Palladium Ingot and Palladium Ingot, arranged in the pattern shown. Produces Chandelier.

Crafting
Chain
Any of Coal / Charcoal
Chain
Palladium Ingot
Palladium Ingot
Palladium Ingot
Chandelier Chandelier guaranteed

Mining & drops

sourcecountdrop rateconditions
Chandelier1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

Developer reference
Registry name
galosphere:chandelier
Namespace
galosphere
Mod ID
galosphere
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SXS",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/palladium"
    },
    "S": {
      "item": "minecraft:chain"
    },
    "X": {
      "anyOf": [
        {
          "item": "minecraft:coal"
        },
        {
          "item": "minecraft:charcoal"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}