Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 5 days ago
All versions
2.12.3+neoforge
Release
[NeoForge] v2.12.35 days ago 1,047
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Fixed
- Timer Ball, Beast Ball, Moon Ball, and Love Ball now calculate correctly on Cobblemon 1.8.1+, while staying accurate for 1.8.0 and earlier. Cobblemon fixed all four of these in 1.8.1: Timer Ball's formula gained a missing
+1base term, Beast Ball's non-Ultra-Beast penalty (previously a no-op due to commented-out code) now really applies at 0.1×, Moon Ball's gate now checks actual time-of-day instead of a world's total elapsed ticks (previously permanently "open" past the first in-game day), and Love Ball no longer requires a species match just to get the base 2.5× opposite-gender bonus. This mod now detects the running Cobblemon version at runtime and calculates each ball using whichever ruleset is actually loaded, so players on either side of the 1.8.1 boundary see accurate odds. - Completed missing/stale translations across all 25 non-English locales, found while making the above version-gated fix:
catchrate.ball.love.need_same_specieswas missing from every non-English locale, andcatchrate.ball.moon.gate_closedhad been renamed fromcatchrate.ball.moon.not_nightin English only — every other language was still on the old key with an inaccurate "only works at night" translation.
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:vADO40xp:65ymGVnQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vADO40xp:65ymGVnQ"
}

