Minecraft 1.16 & 1.18+ bugfix/performance mod
Go to file
embeddedt aa963f4d1a
Allow COW in StaticTagHelper
Seems that some mods bind tags at runtime. This is a hack but it
should fix the persistent CME I get when launching ATM6
2023-02-20 11:46:36 -05:00
.github/workflows use Java 17 in Action 2023-02-18 12:53:25 -05:00
gradle/wrapper Initial commit 2022-12-31 18:35:31 -05:00
src/main Allow COW in StaticTagHelper 2023-02-20 11:46:36 -05:00
.gitignore Initial commit 2022-12-31 18:35:31 -05:00
build.gradle Add KubeJS optimizations 2023-02-19 22:19:20 -05:00
gradle.properties Add KubeJS optimizations 2023-02-19 22:19:20 -05:00
gradlew Initial commit 2022-12-31 18:35:31 -05:00
gradlew.bat Initial commit 2022-12-31 18:35:31 -05:00
LICENSE Initial commit 2022-12-31 18:35:31 -05:00
README.md add message to README 2023-02-16 11:50:18 -05:00
settings.gradle Remap to full Mojmap (including classnames) 2023-02-14 21:59:30 -05:00

ModernFix

A Forge 1.16 mod that uses mixins to make the game slightly more performant (and hopefully less buggy too).

In the words of asiekierka, questionable "performance improvements" that are not in Forge for probably very good reasons.

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.


YourKit logo

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.