Tags
Creators
Details
Licensed ARR
Published last year
Updated last week
All versions
6.5.10
Release
6.5.102 weeks ago 6,150
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
- Battle:
- Added the ability to spectate as an Allay, Bat, Bee, Parrot, Vex, and Head. (Jab125)
- Added the ability to pick either the post 1.14 sneaking height (1.5 blocks) or the pre-1.14 sneaking height (1.65 blocks). (Jab125)
- Glide:
- The stopwatch is now paused when the game is paused. This disqualifies the run from being uploaded to the leaderboards. (Creepereater201, Jab125)
- The finish line now has particle effects and sound effects. (Creepereater201)
- The stopwatch, score, and speedometer now have icons. (Creepereater201, Jab125)
- Added the proximity indicator. (Creepereater201, Jab125)
- The glide hotbar now animates when passing a checkpoint.
- Added the left medal HUD. (Creepereater201, Jab125)
- Added JAPPA style textures. (Jab125)
- Lobby:
- Fixed a bug where Glide and Fistfight lobbies didn't have small inventory. (Jab125)
Optional dependencies
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:d4zJxq8p:EAikteRb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:d4zJxq8p:EAikteRb"
}


