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

[NeoForge] v2.7.6

  • R
  • Feb 23, 2026
  • 168.44 KB
  • 71
  • 1.21.1+1
  • NeoForge

File Name

catchrate-display-neoforge-2.7.6.jar

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

Fixed

  • Dream Ball now detects sleeping wild Pokémon. Cobblemon sets the Sleep status server-side when Pokémon rest in the overworld, but doesn't sync it to clients. We now read the synced PoseType entity data (SLEEP pose) to detect sleeping, so both the Dream Ball 4x bonus and the 2.5x status multiplier are correctly shown for resting wild Pokémon.
  • Status multiplier now works for out-of-combat sleeping Pokémon. The 2.5x sleep status bonus was always showing 1.0x for wild Pokémon because the status field was null client-side. Now uses the same PoseType detection.
  • All out-of-combat status detection (single-ball HUD, ball comparison panel) uses the new unified getEffectiveStatusPath() utility.