File Details
HyFishing-0.3.1.jar
- R
- Feb 28, 2026
- 506.90 KB
- 1.1K
- Early Access
File Name
HyFishing-0.3.1.jar
Supported Versions
- Early Access
0.3.1 - 2026-02-28
Summary
- Patch release fixing bobber duplication, orphan bobbers, and catch/removal edge cases; adds a config toggle for loot pools and some deterministic tests.
Bug Fixes
- Ensure bobber is bound to the player before the entity is added to the world to prevent duplicate/stuck bobbers.
- Prevent players from spawning more than one bobber (spawn pre-check).Remove orphaned bobbers when the owner is missing or unbound.
- Fixed catch/reel removal logic so a steered/targeted fish is removed when appropriate and physical fish are not removed when loot pools award non-physical loot.
Features
- Added `EnableLootPools` config flag and lower default loot-pool chances for more predictable catches.
- Added opt-in guarded integration test harness and deterministic unit tests for the loot-vs-fish decision logic.
Tests
- Added unit tests validating pools-off and pools-on behavior and an opt-in integration test.