From 5260d55f91c86208c29fa040ac265994a880ad65 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Thu, 4 May 2023 14:06:17 -0400 Subject: [PATCH] New README [skip ci] --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d9266842..e1543d82 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # 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. +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.