1.0.0
Compatibility
Changes
SprintFix is a lightweight client-side Fabric mod that makes sprinting smoother and easier to use.
It adds automatic sprinting, helps preserve toggle sprint after respawning, and includes simple keybinds so players can turn each feature on or off whenever they want. SprintFix is designed to stay small and clean, with no Fabric API requirement.
Features
Auto Sprint
Auto Sprint keeps the sprint key active while you are playing, so you can start sprinting naturally when moving forward without holding your sprint key.
Respawn Sprint Fix
Minecraft can reset sticky or toggle sprint during respawn. SprintFix helps preserve that sprint state, so your sprint behavior feels more consistent after dying and respawning.
Toggle Keybinds
SprintFix adds two keybinds in Minecraft’s Controls menu:
- Toggle Auto Sprint
- Toggle Respawn Sprint Fix
Both keybinds are unbound by default, so you can choose your own keys.
Saved Settings
Both features are enabled by default. When you toggle them, SprintFix saves your settings automatically.
Lightweight
SprintFix is client-side only and does not require Fabric API. Just install Fabric Loader, add the correct SprintFix jar for your Minecraft version, and play.
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:9cy57mJO:VoNqYv25"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9cy57mJO:VoNqYv25"
}

