Tags
Creators
Details
1.0.1-beta.1
Compatibility
Changes
7/23/2026 - Beta 1.0.1
- Added config option to set Arena preference. While on a server, arena options will come from the server. Client arenas can be installed in the game directory.
- If battling another player, a 50/50 will decide what Arena to use.
- Added config options to block specific camera angles from being used
- Added config option to control the zoom of cameras.
- Fixed known incompatibility with Cobblemon Battle Extras (and other mods) causing duplicate split-screens.
Config options can be accessed via /ccc preferences. Server config will always take priority. Administrators can control whether or not players can alter their arena preferences, set a server default arena preference, and control angle blacklists and camera zoom.
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:7yUiclGw:SgMkk4TR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7yUiclGw:SgMkk4TR"
}

