All versions
1.11.36
Release
Cobblemon Battle Extras 1.11.364 months ago 599
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Client and server
Changes
- Fixed the XP popup to use Cobblemon’s translated Pokemon names instead of hardcoded English names.
- Fixed Reflect Type so copied types now update correctly in the battle UI.
- Fixed multi-hit move damage percentages in the enhanced battle log so they no longer overcount damage.
- Fixed NeoForge doubles and triples hover panels rendering underneath battle tiles and nameplates.
- Fixed custom edge tabs showing when Custom Top Tiles are turned off.
- Fixed custom edge tabs disappearing after minimizing the battle GUI.
- Fixed opponent-side classic doubles and triples hover panels using the wrong Pokemon order.
- Added ability hover tooltips to the enhanced battle log, including translated names and descriptions when available.
- Removed the color theme tinting on the move tiles
- Removed the redundant Custom Tile Stat Stages option, so Custom Edge Tabs is now the only toggle for that UI.
- Reduced the width of the compact doubles and triples edge-tab popup.
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:evSfKFQ0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2iY8VFqL:evSfKFQ0"
}

