1.10.18
Compatibility
Required content
Changes
Added
- Added a full Battle Tower Tasks system with challenge tracking, reward claiming, and a dedicated tasks tab in the tower GUI.
- Added a new Guide tab with built-in localized tips for Singles, Doubles, Co-Op, Boss Mode, team modes, rewards, and boss hold-item suggestions.
- Added editable task config support through config/cobblemon_battle_tower/tasks.json, including support for extending, overriding, or removing tasks.
- Added a separate bp_boss_mode.json config for Boss Mode BP rewards and a dedicated Boss Mode banned Pokemon list.
Fixes Fixed BP shop item names so normal shop entries now use Cobblemon or Mega Showdown item translations instead of fallback English config text.
Adjustments Extended /bt reload to reload tasks and related config changes, and added /bt tasks reset for admin task refresh control.
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:v19DG9nW:v1PqV2hc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v19DG9nW:v1PqV2hc"
}




