Unofficial site, not affiliated with modrinth.com.What is this?
Моды/Cobblemon Catch Rate Display
Cobblemon Catch Rate Display

Cobblemon Catch Rate Display

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

1.4M
51
  • [NeoForge] v2.8.22

    release7 мая 2026 г.

    Fixed

    • Form-specific catch rates now override the base species rate in the HUD and ball comparison panel. Catch Rate Display now resolves the active form from visible aspects and applies local JSON forms[].catchRate overrides instead of always using the top-level species catch rate, which fixes false guarantees like Meteor-form Minior being shown as 255 catch rate instead of its real 30.
  • [Fabric] v2.8.22

    release7 мая 2026 г.

    Fixed

    • Form-specific catch rates now override the base species rate in the HUD and ball comparison panel. Catch Rate Display now resolves the active form from visible aspects and applies local JSON forms[].catchRate overrides instead of always using the top-level species catch rate, which fixes false guarantees like Meteor-form Minior being shown as 255 catch rate instead of its real 30.
  • [NeoForge] v2.8.21

    release25 апреля 2026 г.

    Fixed

    • Dive Ball battle catch rates now follow Cobblemon's actual target-entity check. Decompiling Cobblemon 1.7.3 confirmed Dive Ball uses the wild Pokemon entity's isUnderWater() state, not the thrower's/player's water state, so in-battle HUD and comparison rates now resolve the active wild battle entity before applying the 3.5x bonus.
  • [Fabric] v2.8.21

    release25 апреля 2026 г.

    Fixed

    • Dive Ball battle catch rates now follow Cobblemon's actual target-entity check. Decompiling Cobblemon 1.7.3 confirmed Dive Ball uses the wild Pokemon entity's isUnderWater() state, not the thrower's/player's water state, so in-battle HUD and comparison rates now resolve the active wild battle entity before applying the 3.5x bonus.
  • [NeoForge] v2.8.20

    release23 апреля 2026 г.

    Fixed

    • Soul Lava Ball reason text no longer claims a capture effect. The ATM Soul Lava balls still use their real Fire/Water conditional multipliers, but the HUD and comparison panel no longer show the generic Special effect on capture label for them.
    • Unobtainium ball wording stays aligned with other real capture-effect balls. The ATM Unobtainium balls keep the same generic capture-effect wording path used by Heal Ball, since upstream actually gives them Cobblemon's FULL_RESTORE capture effect.
  • [Fabric] v2.8.20

    release23 апреля 2026 г.

    Fixed

    • Soul Lava Ball reason text no longer claims a capture effect. The ATM Soul Lava balls still use their real Fire/Water conditional multipliers, but the HUD and comparison panel no longer show the generic Special effect on capture label for them.
    • Unobtainium ball wording stays aligned with other real capture-effect balls. The ATM Unobtainium balls keep the same generic capture-effect wording path used by Heal Ball, since upstream actually gives them Cobblemon's FULL_RESTORE capture effect.
  • [NeoForge] v2.8.19

    release23 апреля 2026 г.

    Added

    • Added optional AllTheMons custom ball compatibility. Catch Rate Display now recognizes supported AllTheMons balls by item ID without adding a hard dependency, applies their custom multipliers in the shared ball calculator, and only adds them to the comparison panel when those item IDs actually exist in the loaded item registry.
  • [Fabric] v2.8.19

    release23 апреля 2026 г.

    Added

    • Added optional AllTheMons custom ball compatibility. Catch Rate Display now recognizes supported AllTheMons balls by item ID without adding a hard dependency, applies their custom multipliers in the shared ball calculator, and only adds them to the comparison panel when those item IDs actually exist in the loaded item registry.
  • [NeoForge] v2.8.18

    release23 апреля 2026 г.

    Fixed

    • Fabric now registers /catchrate export-rates correctly. The new audit export subcommand was present on NeoForge but the Fabric client entrypoint still had an older hardcoded /catchrate command tree, which caused Fabric clients to reject export-rates as an invalid argument.
  • [Fabric] v2.8.18

    release23 апреля 2026 г.

    Fixed

    • Fabric now registers /catchrate export-rates correctly. The new audit export subcommand was present on NeoForge but the Fabric client entrypoint still had an older hardcoded /catchrate command tree, which caused Fabric clients to reject export-rates as an invalid argument.
  • [Fabric] v2.8.18

    release23 апреля 2026 г.

    Fixed

    • Fabric now registers /catchrate export-rates correctly. The new audit export subcommand was present on NeoForge but the Fabric client entrypoint still had an older hardcoded /catchrate command tree, which caused Fabric clients to reject export-rates as an invalid argument.
  • [NeoForge] v2.8.17

    release22 апреля 2026 г.

    Changed

    • Unresolved catch-rate fallback is now pessimistic. When CatchRate Display cannot resolve a species from datapacks or classpath resources, it now uses a fallback catch rate of 3 instead of 45 so missing data no longer inflates odds into false guarantees.
    • Real 45 catch-rate species are unchanged. Only the unresolved fallback estimate changed; any species or form resolved from actual local data still uses its real configured catch rate.
  • [Fabric] v2.8.17

    release22 апреля 2026 г.

    Changed

    • Unresolved catch-rate fallback is now pessimistic. When CatchRate Display cannot resolve a species from datapacks or classpath resources, it now uses a fallback catch rate of 3 instead of 45 so missing data no longer inflates odds into false guarantees.
    • Real 45 catch-rate species are unchanged. Only the unresolved fallback estimate changed; any species or form resolved from actual local data still uses its real configured catch rate.
  • [NeoForge] v2.8.14

    release6 апреля 2026 г.

    Fixed

    • Battle HUD now preserves a previously known real species through disguise and Transform cases. If a wild target starts battle as Ditto and later disguises into another species, catch rate calculations, the HUD, the comparison panel, and capture logs keep using the remembered real species instead of switching to the copied appearance.
    • Disguised targets now stay approximate only when Cobblemon never exposed the true species to the client. This avoids false certainty for hidden-from-frame-one illusion cases while restoring accurate rates for transform-after-reveal cases.
  • [Fabric] v2.8.14

    release6 апреля 2026 г.

    Fixed

    • Battle HUD now preserves a previously known real species through disguise and Transform cases. If a wild target starts battle as Ditto and later disguises into another species, catch rate calculations, the HUD, the comparison panel, and capture logs keep using the remembered real species instead of switching to the copied appearance.
    • Disguised targets now stay approximate only when Cobblemon never exposed the true species to the client. This avoids false certainty for hidden-from-frame-one illusion cases while restoring accurate rates for transform-after-reveal cases.
  • [NeoForge] v2.8.13

    release6 апреля 2026 г.

    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.
  • [Fabric] v2.8.13

    release6 апреля 2026 г.

    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.
  • [NeoForge] v2.8.12

    release6 апреля 2026 г.

    Fixed

    • Fixed false "GUARANTEED" catch rate for multi-word Pokémon (Tapu Lele, Iron Valiant, Raging Bolt, Mr. Mime, Ho-Oh, Type: Null, etc.). The catch rate cache was looking up species by display name with spaces/punctuation (e.g., "tapu lele") but Cobblemon's data files use stripped names ("tapulele"). This caused all multi-word species to fall back to the default catch rate of 45, producing wildly inflated catch percentages — most visibly showing "GUARANTEED" on legendaries.
    • Added safeguard against false GUARANTEED on estimated catch rates. The HUD will no longer display "GUARANTEED" when it can't verify the actual catch rate from species data.
  • [Fabric] v2.8.12

    release6 апреля 2026 г.

    Fixed

    • Fixed false "GUARANTEED" catch rate for multi-word Pokémon (Tapu Lele, Iron Valiant, Raging Bolt, Mr. Mime, Ho-Oh, Type: Null, etc.). The catch rate cache was looking up species by display name with spaces/punctuation (e.g., "tapu lele") but Cobblemon's data files use stripped names ("tapulele"). This caused all multi-word species to fall back to the default catch rate of 45, producing wildly inflated catch percentages — most visibly showing "GUARANTEED" on legendaries.
    • Added safeguard against false GUARANTEED on estimated catch rates. The HUD will no longer display "GUARANTEED" when it can't verify the actual catch rate from species data.
  • [NeoForge] v2.8.11

    release2 апреля 2026 г.

    Fixed

    • Fabric startup works again after the rollback. Kept the reverted HUD behavior from 2.8.10, but restored the shared capture-tracking mixin refmap packaging so Cobblemon's battle capture handlers remap correctly on Fabric.
1
...

Совместимость

Minecraft: Java Edition

Платформы

Поддерживаемые окружения

Клиент

Сведения

Лицензия:
Опубликован:4 месяца назад
Обновлён:1 месяц назад
ID проекта:
Главная