
Blur Perfected
ArchivedAdds blur to GUIs, a fork of Blur+ that fixes blur animation calculation bugs and simplifies the logic
Tags
Creators
Details
5.3.2-rev.2+1.21.11
Compatibility
Required content
Changes
This update expands the functionality of Blur+ to be more consistent throughout the game, and more configurable.
Changes:
- new feature that let's you select different animation curves for the background gradient and/or blur animations
- fix blur slider not working past 10 (broken again by the upstream blur+ 5.3.2)
- new feature that let's you toggle blur for Book edit/view/sign screen, Command Block edit screen and Sign edit screen separately, these screens were not previously blurred at all by the upstream blur+ 5.3.2
- optimization for not drawing background gradient or blur animations when it's not noticeable
- fix a bug where disabling gradient background would not disable it in some scenarios
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Dt7yoh6Y:zWFXz5yA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Dt7yoh6Y:zWFXz5yA"
}


