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
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 toLOGGER.error(). - Added always-on
catch-outcomes.logincatchrate-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.

