0.1.8
Compatibility
Changes
Version 0.1.8
Added
Added Battle Tower compatibility for custom held items created with Filament and Mega Showdown. Custom held items are now identified by their semantic item ID instead of their shared vanilla backing item. Added proper custom Pokémon form names, aspects, and models to Battle Tower party previews. Added correct custom held-item models and display names to Battle Tower previews. Pokémon that enter the Battle Tower while already Mega Evolved are now reverted in the captured team snapshot, preserving the normal in-battle Mega Evolution opportunity.
Existing Soft Level Cap Behavior
Pokémon above the RCT level cap are temporarily scaled down only for the battle. Original levels and existing experience remain unchanged. Battle results—including experience gains, HP, PP, persistent status conditions, and EV gains—are safely merged back into the original Pokémon. EV gains remain limited to 252 per stat and 510 in total.
Compatibility
Minecraft 1.21.1 Fabric Loader 0.17.2+ Cobblemon 1.7.3 Radical Cobblemon Trainers 0.18.1-beta Radical Cobblemon Trainers API 0.15.2-beta
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:x3Ua1Nfa:NBwPbT0q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x3Ua1Nfa:NBwPbT0q"
}

