Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 6 months ago
All versions
0.8.0
Release
Cobblemon: Extended Battle UI 0.8.07 months ago 8,782
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Improvements
- Dynamic type tracking now shows real-time type changes from moves like Burn Up, Soak, Trick-or-Treat, Forest's Curse, and Double Shock
- Move effectiveness and STAB calculations now use the effective move type, correctly handling Hidden Power, Pixilate, Aerilate, and similar abilities
- Trick/Switcheroo item swaps are now tracked, updating stat calculations accordingly
- Opponent speed calculations now account for known items (Choice Scarf, Iron Ball)
- Speed calculations use revealed abilities instead of showing all possibilities when ability is known
Bug Fixes
- Fix Transform (Ditto/Impostor) not correctly copying the target's species, types, and ability
- Fix form changes (Mega Evolution, weather forms, etc.) not updating types and stats in tooltips
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:ry6cHJdV:LW1VWgBX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ry6cHJdV:LW1VWgBX"
}

