This mod does one thing: skip rendering menu's blur effect when the blurriness is 0%, which significantly increases the game's frame rate in menu screens.
In vanilla, the blur effect will still render when the blurriness is 0%, and it's really unfriendly to low-end devices.
Only Minecraft 24w10a (or higher versions) is required.
JDK 17 or higher is required.
On Unix-like Systems, run:
chmod +x gradlew
./gradlew build
On Windows, simply run:
gradlew build
And the output jar is at: build/libs
This mod is licensed under MIT License, see LICENSE for more information.