
Essential Auto Sprint (EAS)
ArchivedA lightweight utility that automates sprinting during forward motion to minimize manual input and ensure a seamless movement experience.
Links
Tags
Creators
Details
1.0.0
Compatibility
Changes
Essential Auto Sprint (EAS)
Essential Auto Sprint is a lightweight utility mod designed to enhance your movement experience in Minecraft by automating the sprinting process seamlessly.
✨ Features
- Smart Auto-Sprint: Automatically triggers sprinting whenever you move forward, reducing finger strain during long gaming sessions.
- Clean Integration: Built specifically for the Fabric ecosystem with native support for the Mod Menu interface.
- Configurable: Includes a dedicated configuration screen to toggle or adjust settings to your preference.
- Optimized Performance: Uses efficient Mixins to ensure zero impact on your game's frame rate.
🛠️ Requirements
- Fabric Loader: Compatible with 26.1.x.
- Fabric API: Required for core functionality.
- Mod Menu: (Optional) Recommended to access the in-game configuration screen.
⚙️ Configuration
You can easily customize the mod's behavior by:
- Navigating to the Mods list in the main menu.
- Selecting Essential Auto Sprint.
- Clicking the Configure button to open the settings panel.
📊 Technical Details
| Feature | Details |
|---|---|
| Mod Version | 1.0.0 |
| Platform | Fabric |
| Game Versions | 26.1, 26.1.1, 26.1.2 |
| Java Version | Java 21 or newer |
| Namespace | org.gbxteam.eas |
| Developer | GBX Team |
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:E1vQ2Tv0:MsA5vrod"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E1vQ2Tv0:MsA5vrod"
}
