All versions
1.12.41
Release
Cobblemon Battle Extras 1.12.41-NeoForge3 months ago 588
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Client and server
Required content
Changes
Fixes
- Fixed stale stat-stage carryover after switching.
- Fixed native doubles/triples team-ball and opponent hover ordering issues.
- Fixed Mega Showdown HUD suppression so overlapping Mega Showdown battle HUD pieces are reliably hidden when the compat toggle is enabled.
Added
- Added native classic top-tile overlays for Cobblemon’s default singles, doubles, and triples HUD layouts, including speed, type, tera, and status indicators.
- Added a left-edge player party strip with hover panels for moves, PP, stats, ability, held item, and weaknesses.
- Added a draggable right-side opponent info strip that preserves revealed opponent battle info across switches.
- Added classic/custom display style options for major battle HUD elements like move tooltips, switch tooltips, ability popups, speed controls, turn counter, and nameplates.
- Added clearer config-screen organization with grouped display controls and separate player/opponent party-slot layout options.
Adjustments
- Switched the shipped defaults to a more classic presentation and added a one-time config reset to apply the new defaults.
- Refined native classic tile layout so compact speed labels, icons, status badges, and attachments align better across singles, doubles, and triples.
- Changed classic stat-stage mini boxes to a neutral grey look instead of stat-tinted backdrops.
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:g2k35WDT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2iY8VFqL:g2k35WDT"
}


