Light Stand
16×16 · BAKED

block· Machines & Other Blocks

Light Stand

Galosphere · by Orcinus
block Pickaxe MineableNeeds Stone Tool

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

Acquisition

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

Crafting
Any of Coal / Charcoal
Palladium Ingot
Palladium Ingot
Light Stand Light Stand guaranteed

Mining & drops

sourcecountdrop rateconditions
Light Stand1–1100%Survives Explosion, Block State Property

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

dropscountdrop rateconditions
Light Stand1–1100%Survives Explosion, Block State Property

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

Developer reference
Registry name
galosphere:light_stand
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": [
    "#",
    "X",
    "X"
  ],
  "ingredients": {
    "#": {
      "anyOf": [
        {
          "item": "minecraft:coal"
        },
        {
          "item": "minecraft:charcoal"
        }
      ]
    },
    "X": {
      "item": "galosphere:palladium_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}