All versions
26.1.x-1.0.2-fabric
Release
1.0.2 for Fabric 26.1.x5 months ago 52
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
- Feature: Added keybind to Open Config from in-game (unbound by default).
- Feature: Updated FOV while boosting to feel more like sprinting/creative boosting.
- Fix: Fractional min and max settings are now applied correctly to the client config menu.
- Fix: Smooth glide now resets velocity after dismount/remount.
- Fix: Keybind for Descend changed from Left Ctrl to Unassigned by default to prevent conflicts with Speed Boost (which uses the Sprint key).
- Feature: Added a separate setting to use the existing Sneak keybind to Descend (for better controller support).
- Feature: Added config option to double-tap to dismount. Turned on by default (as Sneak is also descend by default).
- Feature: Added config option to set double-tap to dismount time window (in ticks).
- Feature: Updated message displayed when mounting a happy ghast to state whether double press is required to dismount.
- Feature: Updated speed boost to activate when double-tapping forward (if the Minecraft sprint window option is enabled).
- Feature: Added Boost Rate multiplier to config options, 2x by default.
- Fix: Updated speed boost to stay activated until releasing the forward key, rather than requiring to hold.
- Fix: Leading a happy ghast while roaming is disabled now allows it to be moved.
- Fix: Player suffocation in walls while riding ghasts at smaller scales.
- Feature: Increased default max speed to 200% when no server-side mod is installed.
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:oPS4XM11:aJI9MWha"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oPS4XM11:aJI9MWha"
}

