1.0.0
Compatibility
Changes
GrimMotionBlur
GrimMotionBlur is a lightweight and highly customizable visual enhancement mod that adds smooth motion blur effects to Minecraft, creating a more immersive and modern gameplay experience.
Whether you're PvPing, exploring, building, or creating content, GrimMotionBlur makes movement feel smoother and more fluid while remaining optimized for performance.
Features Smooth and customizable motion blur effects Adjustable blur strength and visual settings Lightweight and performance-friendly Clean and easy-to-use configuration menu Works seamlessly with most client-side mods Designed for both casual and competitive gameplay Configuration
GrimMotionBlur allows you to customize the effect to match your preferences:
Adjust motion blur intensity Fine-tune visual settings Enable or disable motion blur at any time Create a setup that fits PvP, survival, or content creation Opening the Configuration Menu
To open the GrimMotionBlur configuration menu, press J while in-game.
Compatibility Client-side only Works on multiplayer servers Fabric supported Compatible with most optimization and PvP mods Future Updates
The mod will continue to receive updates and improvements, including:
Additional motion blur presets More customization options Improved visual effects Further performance optimizations Requirements Fabric Loader Fabric API
GrimMotionBlur is designed to enhance the visual feel of Minecraft by providing smooth motion blur effects without unnecessary complexity, giving players a cleaner and more immersive experience.
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:2rqkMN31:7SJi65aH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2rqkMN31:7SJi65aH"
}

