Minecraft 1.16 & 1.18+ bugfix/performance mod
Go to file
embeddedt 7742a9507f Bake models with custom geometry at startup time
Fixes #18 (not the way I want though)
2023-02-13 14:55:32 -05:00
.github/workflows Add GitHub workflow 2022-12-31 18:36:21 -05:00
gradle/wrapper Initial commit 2022-12-31 18:35:31 -05:00
src/main Bake models with custom geometry at startup time 2023-02-13 14:55:32 -05:00
.gitignore Initial commit 2022-12-31 18:35:31 -05:00
build.gradle Add system to bake incompatible models AOT 2023-02-11 20:22:29 -05:00
gradle.properties ModernFix 1.5.0 2023-01-28 13:08:32 -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 config 2023-01-04 20:26:29 -05:00
settings.gradle Parchment mappings 2023-01-04 18:52:49 -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.