promotional bannermobile promotional banner

White Hole Altar

Recover your items lost to despawn after dying or the End Void using the White Hole Altar and the Cosmic Eye hidden deep within Ancient Cities.
Back to Files

whitehole-fabric-1.1.0+mc26.2-alpha.1.jar

File namewhitehole-fabric-26.2-1.1.0+mc26.2.jar
Uploaded
Aug 13, 2026
Downloads
10
Size
353.1 KB
Mod Loaders
Fabric
File ID
8640964
Type
A
Alpha
Supported game versions
  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:white-hole-1646582:8640964"

Learn more about Curse Maven

What's new

New Feature

Players will be able to recover the last despawned items after dying by using the White Hole Altar.


Config

Migrated default minecraft/config/whitehole.json

Legacy Config

{
  "recoverItemsFromEndVoid": true,
  "recoverItemsFromOverworldVoid": false,
  "recoverItemsFromNetherVoid": false,
  "recoverItemsFromDespawn": true,
  "maxSavedItemSnapshots": 3,
  "altarCooldown": false,
  "defaultAltarCooldown": 1200
}

New Config

{
  "voidRecovery": {
    "overworld": false,
    "nether": false,
    "end": true
  },
  "despawnRecovery": {
    "enabled": true
  },
  "maxSavedItemSnapshots": 3,
  "altarCooldown": false,
  "defaultAltarCooldown": 1200
}

This mod has no additional files