All versions
1.9.31
Release
Cobblemon Battle Extras 1.9.314 months ago 2,282
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Client and server
Changes
Fixes:
- Fixed Battle Tower and co-op battle log side detection
- Fixed wild/opponent name coloring in the enhanced battle log
- Fixed Battle Tower move and ability reveals in the Battle Info Panel
- Fixed Frisk held-item reveals in the Battle Info Panel
- Fixed co-op ally battlers being treated as opponents
- Fixed co-op team balls to show the full shared side
Added:
- Added bracketed move links with tooltips to the enhanced battle log
- Added damage percent display to damaging move lines
- Added clickable battle log color themes
- Added a full weakness strip to the Battle Info Panel
- Added resistance rows to the player weakness tooltip
- Added Priority: to move tooltips
- Added Speed: to switch-screen tooltips
- Added a custom Sticky Web hazard icon
- Fixed stat stage tracking for more boost and swap moves
- Added a Perish Song countdown to the field-effect HUD
Adjustments:
- Refined enhanced battle log text scale and header styling
- Improved move tooltip wrapping and readability
- Reworked Battle Info Panel layout and spacing
- Improved weakness icon highlighting and presentation
- Tightened held-item and revealed-move placement in the Battle Info Panel
- Adjusted co-op HUD speed label alignment
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:ASq5tnJR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2iY8VFqL:ASq5tnJR"
}

