All versions
1.11.37
Release
Cobblemon Battle Extras 1.11.373 months ago 348
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Client and server
Changes
Fixes
- Fixed custom battle HUD layering so move tooltips, ability popups, and Mega badges render above other battle UI elements correctly.
- Fixed custom top tiles to respect more config options properly, including Hide Battle Tiles, Speed Range, and independent Custom Edge Tabs behavior.
- Fixed doubles and triples screen effects so Light Screen and Reflect display correctly across the whole side on custom top tiles.
- Fixed custom screen indicators to render more cleanly inside the battle tile, with the portrait overlay properly visible above the portrait.
- Fixed custom action buttons so they now follow the selected battle UI color theme.
Adjustments
- Removed the redundant Custom Battle Tiles master toggle.
- Removed the redundant Always Show Classic Stage HUD option.
- Adjusted the centered ability popup position so it sits higher on the screen.
Added
- Added HUD Visibility modes for walk-around battle HUD behavior: Default, Invisible, and Opaque.
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:Yv8Xr64j"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2iY8VFqL:Yv8Xr64j"
}

