
GlobblerFriendlyFireFix
Client-side mod that prevents friendly fire from Globbler bullets by restricting damage to NonPlayer targets only.Details
Changelog
1.0.0 (2025-11-26)
Features
- Patch GlobblerBullet.Detonate method to prevent friendly fire
- Restrict Globbler bomb damage to NonPlayer targets only
- Preserve original explosion visual, sound, and screenshake effects
- Client-side modification compatible with multiplayer
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