Tags
Creators
Details
Licensed ARR
Published last year
Updated last week
All versions
6.4.0
Release
6.4.0last month 10.6K
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
- Added Festive to Battle!
- Nameplates are now hidden before showdown in Battle and Fistfight, and always in Glide.
- Updated the Plastic Texture Pack to add textures for the player bar.
- Removed the panel text in the Legacy styled creation screens (will be back in the future).
- Reexported the lobby to add entities. Paintings are still missing because they were positioned wrong.
- Removed ability to take items out of item frames.
- Removed ability to take items from armor stands.
- Removed ability to break paintings.
- Fixed a bug in Glide Score Attack that could cause crashes with MoreCulling.
- Fixed Cove having no preview image.
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:ilBRfgub"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:d4zJxq8p:ilBRfgub"
}


