All versions
1.11.40
Release
Cobblemon Battle Extras 1.11.40-Fabric3 months ago 828.1K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
Fixes
- Added Mega Showdown compatibility suppression for its extra battle HUD previews, stat-stage badges, and move-inspector tooltip when Battle Extras is already rendering overlapping battle UI, preventing duplicate or conflicting battle widgets when both mods are installed together.
Added
- Added a Battle Extras config toggle for Mega Showdown HUD suppression, so the compatibility override can be turned on or off from the custom config screen instead of always being forced.
- Added a Battle Extras-provided Mega Showdown config screen for both Fabric Mod Menu and the NeoForge Mod Menu edition when both mods are installed, exposing Mega Showdown's file-only config options through a proper in-game config UI instead of requiring manual JSON edits.
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:2iY8VFqL:Bja9OLdu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2iY8VFqL:Bja9OLdu"
}


