promotional bannermobile promotional banner

Desert Behemoths Sandworms - Fix

Server crash fix for the Desert Behemoths sandworms mod.

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

Forge

implementation fg.deobf("curse.maven:desert-behemoths-sandworms-fix-1496185:7817688")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Bug Fixes

  • Server crash fix: The mod previously crashed on dedicated servers when a player shot a sandworm. This was caused by SonicBoomFx being called on the server side. The effect is now wrapped with a client-side check, preventing the crash.

Technical

  • Added if (level.isClientSide) guard around SonicBoomFx invocation
  • 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.