promotional bannermobile promotional banner

Creeper Alert

Warning sound triggers when a creeper approaches

File Details

creeperalert-1.0.1_crash_in_multiplayer_fix

  • R
  • Jun 18, 2025
  • 250.34 KB
  • 268
  • 1.20.1
  • Forge + 1

File Name

creeperalert-1.0.1_crash_in_multiplayer_fix.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:creeper-alert-1083677:6664423")

NeoForge

implementation fg.deobf("curse.maven:creeper-alert-1083677:6664423")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Crashes in multiplayer.
Cause: Sound is registered but cannot be retrieved.
Solution: Cache the sound when registering it and use the cache to play the sound.