File Details
sandworm_mod-1.1.1-fix.jar
- R
- Mar 26, 2026
- 4.30 MB
- 15
- 1.20.1
- Forge
File Name
sandworm_mod-1.1.1-fix.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Bug Fixes
- Server crash fix: The mod previously crashed on dedicated servers when a player shot a sandworm. This was caused by
SonicBoomFxbeing called on the server side. The effect is now wrapped with a client-side check, preventing the crash.
Technical
- Added
if (level.isClientSide)guard aroundSonicBoomFxinvocation - All original functionality remains unchanged
Notes
- This fix has been submitted to the original author (PR #14) but is published here under GPL to provide a working server experience.

