Tags
Creators
Details
Licensed MIT
Published 6 years ago
All versions
5.3.2+1.21.8-fabric
Release
Blur+ 5.3.2 - Fabric 1.21.86 months ago 4,912
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
Blur+ v5.3.2
- always check if blur effect is applicable
- Should resolve all remainng instances of the
Can only blur once per framecrash
- Should resolve all remainng instances of the
Blur+ v5.3.1
- Fix crash
java.lang.IllegalStateException: Can only blur once per framethat occurred in edge cases
Blur+ v5.3.0
- Switch to Stonecutter build system, which allows us to support multiple versions of Minecraft at the same time
- Currently supported versions: 1.21.1, 1.21.5, 1.21.8, 1.21.10, 1.21.11 (on Fabric & NeoForge)
- Migrate to the official Mojang mappings, making the codebase future-proof
- Fix config not being saved correctly
- This was hard to pinpoint, but I finally did it :)
Sorry for the long waiting time!
- This was hard to pinpoint, but I finally did it :)
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:NK39zBp2:XS2IbGHP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NK39zBp2:XS2IbGHP"
}


