Tags
Creators
Details
Licensed AGPL-3.0-or-later
Published 11 months ago
Updated 4 months ago
All versions
0.15.2-beta
Beta
0.15.2-beta4 months ago 28.4K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Bug Fixes / Adjustments
- Fixed the burn stat in predictions.
- Fixed the weather context.
- Revelation Dance is hard-coded to the primary type of the Pokémon, else the normal type.
- Weather IDs are actually accurate to their source.
- Fixed Aura ability interactions.
- Switching has been adjusted to favor a switch slightly more, and with the new bug fixes, switches should happen more often.
- Fixed a function that compares speed stats between parties.
- Adjusted Substitute to look for speed priority before giving +2 score.
- Fixed a bug in the team-wide ability checks, which was causing crashes in doubles on the last Pokémon.
- Future Sight was scoring double its original intended value
- Fixed an issue where field moves, or all ally moves that do not look at the type chart for immunities, were still being compared on the type chart. E.g., Trick Room into a dark type.
- Fixed a bug that would still score lightscreen and reflect as a +6 score instead of -20 when already up.
Additions
- Added Spread move adjustments to calcs.
- Added Last Respects.
- Added Stored Power.
- Added Supreme Overlord.
- Magnitude / EQ now has scoring.
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:KWljXemF:dQoJoxfM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KWljXemF:dQoJoxfM"
}

