Tags
Creators
Details
All versions
0.13.8-beta
Beta
Version 0.13.8-betalast year 25.7K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
Changelog
[0.13.8-beta] - 2025-09-09
Changed:
- #84 Improved AI awareness of battle effects (like "Wish" being passed to a switched pokemon)
Fixed:
- #83 Battle AI not taking all changes from transformed pokemon (ditto) into account, in some cases causing issues
- #82 Fixed dyna- and gmax failing for some status moves
- #81 Introduced fixes (mostly workarounds) to deal with various somewhat uncommon issues in battles (often resulting in softlocks or battles ending abruptly). For example: Pokemon fainting at the end of a turn on both sides (e.g. by moves like "Perish Song") and the player chosing a pokemon to switch very quickly. Note that these changes are mostly limited to battles started by this api for now (it is currently unclear if these kind of issues also occur in other types of battles like PvP).
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:CBfM2yw7:jwoF6kzr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CBfM2yw7:jwoF6kzr"
}



