File Details
createTestosterone-fabric-1.20.1-1.1.1.jar
- R
- May 30, 2026
- 1.40 MB
- 13
- 1.20.1
- Fabric
File Name
createTestosterone-fabric-1.20.1-1.1.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Changelog
[1.1.1] - 2026-05-30
Fixed
- Afterlife corpse lifecycle: Centralized
cleanupCorpseto discard the ArmorStand and clear stored corpse/progress keys on effect removal, natural expiry, and pre-respawn; register disconnect cleanup so logging out mid-afterlife no longer leaves orphan stands in the world. - John rock cluster cache: Replaced the global static
BlockPosset (shared across dimensions and retained between ticks) with a per-level, per-tick deduplication set passed through cluster propagation. - Roid rage trail particles: Reuse a single baked
PlayerModelinrunParticle.Factoryinstead of allocating and baking a new model for every trail particle.