block· Machines & Other Blocks

Stranded Membrane Block

Galosphere · by Orcinus
block

Stranded Membrane Block is a block from Galosphere, crafted from Allurite Shard and Cured Membrane Block.

Acquisition

Crafting using Allurite Shard, Allurite Shard, Cured Membrane Block, Allurite Shard and Allurite Shard, arranged in the pattern shown. Produces Stranded Membrane Block.

Crafting
Stranded Membrane Block guaranteed

Mining & drops

sourcecountdrop rateconditions
Stranded Membrane Block1–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:stranded_membrane_block
Namespace
galosphere
Mod ID
galosphere

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " # ",
    "#C#",
    " # "
  ],
  "ingredients": {
    "#": {
      "item": "galosphere:allurite_shard"
    },
    "C": {
      "item": "galosphere:cured_membrane_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}