1.10.34
Compatibility
Changes
-
Added switch matchup colored borders on switch screen party slots, with per-opponent matchup breakdowns in the switch tooltip. In doubles and triples, the best matchup across active opponents is shown. Toggleable via config screen with
Switch Matchup Borders. -
Added damage range previews with KO callouts (
Guaranteed KO,Possible KO,2HKO Range,Unlikely KO), using your live battle stats plus realistic target bulk ranges based on species, HP, stat stages, STAB, type matchups, weather, terrain, multihit moves, held items, and supported abilities. -
Added switch-screen damage previews so you can judge each move before swapping in.
-
Added
Move Damage Rangeas a config toggle. -
Fixed the player-side in-battle
SPDlabel to use the same exact Speed source as the switch tooltip, preventing stale Battle Tower clone speeds. -
Fixed localized stat-stage name handling so previews keep working correctly in non-English languages.
-
Fixed enhanced battle log ability activations to use translated ability names on localized clients.
-
Fixed enhanced battle log move hovers disappearing on localized move lines after damage-percent decoration.
-
Renamed the
×0effectiveness label fromHas no effecttoImmunefor clarity. -
Localized KO labels, matchup text, battle info panel labels, and opponent type names.
-
Slightly adjusted the player-side in-battle speed label position for cleaner HUD 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:B4dHlPvP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2iY8VFqL:B4dHlPvP"
}

