Tags
Creators
Details
1.5.1
Compatibility
Changes
Security release. Server owners must take one action after updating.
The upload API key was previously compiled into the jar, which meant anyone who downloaded this mod could extract it and upload replays under any server's name. It has been removed from the jar entirely.
What you need to do
- Register your server at https://cobblemoneclipse.com/replays/register.html to get your own key.
- Put it in
config/eclipse_playback/replays.jsonasapiKey. - Restart the server.
Without a key the mod still loads and battles are unaffected, but replay uploads are disabled and the log says why. Your existing config is preserved on update: the new fields are added and nothing else is touched.
You do not have to come back here for that link. The config file carries it in an apiKeyHelp field directly above apiKey, the startup error names it, and the in-game warning has a clickable "Click here to get a key".
Also in this release
- Cobblemon dependency widened to
>=1.6.0 <1.8, so this runs across the 1.7 line. - The same key change applies to sprite uploads.
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:4710ruM4:g0TTShX2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4710ruM4:g0TTShX2"
}

