
DisableBounceIndicator
Client-side mod that disables bounce indicator lines for the jackrabbit shotgun in MycoPunkDetails
Changelog
1.0.0 (2025-08-19)
Added
- Disable bounce indicator functionality for jackrabbit shotgun
- Configurable toggle "Enable Bounce Indicators" (default true)
- Harmony patch on BounceShotgun.OnActiveUpdate to hide indicator lines when disabled
Tech
- Initial mod template setup with BepInEx framework
- Add MinVer for version management
- Add thunderstore.toml configuration for mod publishing
- Add LICENSE.md and CHANGELOG.md template files
- Basic plugin structure with HarmonyLib integration
- Placeholder for mod-specific functionality