Tags
Creators
Details
4.1.2
Compatibility
Changes
CobbleOptimizer 4.1.2
All Cobblemon patches are now disabled by default. The patches introduced in 4.0.0 (thread safety fixes, bugfixes, caches) were causing ghost Pokemon entities for some users. They are now fully configurable and off by default.
If you were experiencing ghost Pokemon, simply updating to this version will fix it — no config changes needed.
Changes:
- All 13 Cobblemon patches (thread safety, bugfixes, caches) are now disabled by default
- Each patch can be individually toggled in the [patches] section of cobbleoptimizer.toml
- The core optimization features (tick throttle, AI freeze, adaptive spawn, batch despawn, emergency mode) are unaffected and remain enabled by default
Note: If you're upgrading from 4.1.1 or earlier, delete your old cobbleoptimizer.toml so the new defaults are generated. Otherwise your existing config will keep the old true values.
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:qPJLoYyi:ioCzpTBq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qPJLoYyi:ioCzpTBq"
}

