Tags
Creators
Details
Licensed ARR
Published last year
Updated 16 hours ago
All versions
7.1.0
Release
7.1.0last month 572
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
- Battle:
- Added the ability to switch between Casual, Competitive, and Custom! (Jab125)
- Round Length is now configurable! (Jab125)
- Map Size is now configurable! (Jab125)
- Item Set is now configurable! (Jab125)
- Allow All Skins is now configurable! (Jab125)
- Small Inventory is now configurable! (Jab125)
- Take Everything is now configurable! (Jab125)
- Chest Refill is now configurable! (Jab125)
- Natural Regeneration is now configurable! (Jab125)
- Improved hunger settings to be closer to Console. (Not configurable yet) (Jab125)
- Armor durability now shows in the HUD. (Jab125)
- Added the ability to spectate as an Allay, Bat, Bee, Parrot, and Vex. (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)
Known incompatibilities
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:huVgH4Cr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:d4zJxq8p:huVgH4Cr"
}


