Minecraft 1.16 & 1.18+ bugfix/performance mod
Prevents silly people assuming its an error condition. They shouldn't be enabling the debug options in the first place, and they will probably still think its an error because of the scary stack trace they can't understand, but i think making it info log level will be more sensible at least. I've not made it debug log level but info instead intentionally, since that would cause it to be invisible for most people instead. An argument against this change would be that info instead of error would make it go to stdout instead of stderr or make it harder to see through other log lines; i can change it to warn log level if desired. Relevant: https://github.com/decce6/Ixeris/issues/100 |
||
|---|---|---|
| .github | ||
| annotation-processor | ||
| annotations | ||
| bin | ||
| buildSrc | ||
| doc | ||
| gradle | ||
| scripts | ||
| src/main | ||
| .gitignore | ||
| build.gradle.kts | ||
| CONTRIBUTING.md | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| release_line.txt | ||
| settings.gradle.kts | ||
| TODO.txt | ||
ModernFix
A performance mod for modern Minecraft that significantly improves launch times, world load times, memory usage, etc.
Some fixes are based on prior work in various Forge PRs (check commit history and/or code comments). The config system is directly derived from Sodium and used under the terms of the LGPL-3.0 license.
Development builds (generally stable, but may occasionally have bugs)
- 1.16.5: https://nightly.link/embeddedt/ModernFix/workflows/gradle/1.16/Package.zip
- 1.18.2: https://nightly.link/embeddedt/ModernFix/workflows/gradle/1.18/Package.zip
- 1.19.2: https://nightly.link/embeddedt/ModernFix/workflows/gradle/1.19.2/Package.zip
- 1.20.1: https://nightly.link/embeddedt/ModernFix/workflows/gradle/1.20/Package.zip
- 1.20.2: https://nightly.link/embeddedt/ModernFix/workflows/gradle/1.20.2/Package.zip
YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.
Thanks to YourKit for providing a free license for this project.
