promotional bannermobile promotional banner

AscendantTreasures

Every ancient treasure you loot from chests is collected for good, granting permanent passive powers you can further upgrade with stardust.
Back to Files

AscendantTreasures-1.3.2.jar

File nameAscendantTreasures-1.3.2.jar
Uploader
starluostarluo
Uploaded
Aug 31, 2026
Downloads
17
Size
2.4 MB
Mod Loaders
Forge
File ID
8778236
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:ascendanttreasures-1669437:8778236")

Learn more about Curse Maven

What's new

v1.3.2

Compatibility: Health Guard reworked

The "immortality" effect for ascended players no longer touches vanilla code, which fixes a startup crash when another mod rewrites how health is set.

  • The old implementation used a mixin anchored inside LivingEntity#setHealth. If any other mod overwrites or heavily modifies that method, the injection point disappears and the game fails to boot (e.g. with waifu_of_god, which overwrites setHealth with @Overwrite).
  • It is now implemented with the Forge LivingDeathEvent instead, so the mod performs no injection at all in that area and is immune to this class of conflict.
  • Coverage is broader than before: because die() is the single funnel for every death, the effect now also guards /kill, command damage and forced kills from other mods — not just regular damage.

This mod has no additional files