You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Startup JVM/GC diagnostic logging. Prints JVM name, Java version, active GC type, and max heap size on mod load, making it easy to verify GC tuning.
Changed
Refactored chunk unload dispatch to call scheduleUnload(long, ChunkHolder) via reflection instead of directly inserting into the internal pending-unload Map. This ensures proper unload lifecycle handling rather than bypassing it.
Fixed
Garbled text in startup log message caused by non-UTF-8 encoding.
Leftover IUCore project metadata (mod_id, mod_name, mod_description, etc.) in gradle.properties.
Inconsistent version numbers across build.gradle (1.0.1), mods.toml (1.0.0), and startup banner (2.5.0). All now read 1.0.1.
Docs
Added CHANGELOG.md and jvm_args.txt with recommended G1GC JVM arguments.
Rewrote README to accurately reflect that the mod stabilizes TPS/MSPT by controlling chunk count, not by managing JVM memory return-to-OS.