Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 707 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 707 Bytes

NoMoreBlur (Fabric)

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.

Why Use It?

In vanilla, the blur effect will still render when the blurriness is 0%, and it's really unfriendly to low-end devices.

Requirements

Only Minecraft 24w10a (or higher versions) is required.

Compiling

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

License

This mod is licensed under MIT License, see LICENSE for more information.