MemorySweeper v1.0.0
MemorySweeper v1.0.0 - Initial Release
Aggressive chunk unloading to prevent memory creep during exploration.
Features
- Scans loaded chunks every 0.5s, unloads chunks beyond view distance + 1
- Direct pending-unload queue manipulation, bypasses vanilla ticket delays
- Raises per-tick unload limit from 200 to 800
- Runtime field auto-detection (no hardcoded SRG/Mojang names)
- Source field drift detection and auto-recovery
- Zero-config: works out of the box
Requirements
- Minecraft 1.20.1
- Forge 47.x
- No dependencies
Performance
- 40-50% fewer loaded chunks during exploration
- <1ms MSPT overhead per scan
- No GC spikes