All versions
1.13.43
Release
Cobblemon Battle Extras 1.13.43-NeoForge3 months ago 718
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Client and server
Required content
Changes
Added
- Added a side-panel gimmick usage tab under both player and opponent party info panels, showing Mega/Gmax/Tera status with live in-battle usage tracking.
- Added resistance (
1/2,1/4) and immunity (x0) display support to side-panel weakness strips (alongside weakness indicators), with softer resistance icon emphasis for readability. - Added Guts/status-aware ATK highlighting so boosted Attack displays in green when Guts is active while statused.
- Added local config-screen profile slots (
P1/P2/P3) with one-click switching, renaming, and per-slot JSON persistence for quick setup swapping. - Added and synchronized missing language entries across bundled locale files, including Mega Showdown
Ultra Bursttooltip coverage and sharedNone/state/value keys. - Added legacy config alias migration for older/manual key names (
showSpeedRange,showDamageRange,showSwitchDamageRange) so they map to canonical toggles on load.
Adjustments
- Replaced singles classic stat-stage mini bars with the custom 8-cell classic strip under native top tiles, including final per-side alignment and shadow tuning.
- Renamed switch tooltip damage config label from
Show Damage RangetoSwitch Damage Rangeacross bundled locales for clearer distinction from move damage range.
Fixes
- Fixed move tooltips rendering behind side-panel Pokeballs and the gimmick usage tracker by moving tooltip rendering to a late overlay pass.
- Fixed remaining hardcoded English leaks by localizing config labels, tooltip labels, classic move-tooltip stat rows, side-panel
Movesheaders, base-stat labels, and switch-tooltip effectiveness text. - Fixed profile rename modal layering by forcing overlay and controls to tooltip-level z-depth so underlying config text does not bleed through.
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:rGkdpmyN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2iY8VFqL:rGkdpmyN"
}


