promotional bannermobile promotional banner

Cobblemon Catch Rate Display

Real-time catch rate calculator for Cobblemon. Shows live percentages, ball comparisons, and status effects. 100% client-side — works on any server.

File Details

[Fabric] v2.8.13

  • R
  • Apr 6, 2026
  • 219.36 KB
  • 88
  • 1.21.1+1
  • Fabric

File Name

catchrate-display-fabric-2.8.13.jar

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

Fabric

modImplementation "curse.maven:cobblemon-catch-rate-display-1450604:7884939"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changed

  • Overhauled logging system to stop spamming the Minecraft log. Routine events (battle start/end, non-guaranteed captures, turn advances) now only go to the in-memory buffer, not latest.log. Only actual guaranteed catch failures write to LOGGER.error().
  • Added always-on catch-outcomes.log in catchrate-logs/. Every catch attempt is logged as a single line with outcome (CAUGHT/FAILED), species, ball, multipliers, HP, and status. Rolls at 512 KB. Not gated by debug mode.
  • Removed auto-enable debug on guaranteed failure. This was causing log floods after a single failure event.
  • All capture attempts are now tracked for outcome logging, not just guaranteed ones.