All versions
1.1.7
Release
Cobblemon BattlePlus 1.1.7last month 810
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
1.1.7
Fixed
- Battle Factory, Battle Tower, and Battle Rogue sessions now reject starting another battle facility while one facility session is already active.
- Battle Factory, Battle Tower, and Battle Rogue party replacement now creates replacement Pokemon before clearing the live party, preventing party loss if Pokemon creation fails.
- Battle Factory trainer pool loading now tolerates unused empty pools and fills missing
mob_pool/boss_poolkeys from bundled defaults for older config files. - Fixed mojibake in Battle Plus manager GUI titles and labels.
Changed
- Battle Factory now supports
/battlefactory spawn start_npc,/battlefactory spawn counter_npc, and/battlefactory spawn shop_npcto match Battle Tower and Battle Rogue command style. - Battle Factory legacy NPC spawn commands remain available as compatibility aliases.
- NPC spawn/removal, arena management, pool management, and reload commands now consistently require operator permission level 2 across battle facilities.
- Battle Rogue is included as an experimental prototype feature while its balance and content are still being tuned.
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:KpbTa7sG:RJAyATOe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KpbTa7sG:RJAyATOe"
}

