promotional bannermobile promotional banner

Anti Snowballs

Deletes thrown snowballs client-side to stop FPS drops from snow golem lag machines.

File Details

anti-snowballs-1.1.0-1.21.5.jar

  • R
  • Jul 24, 2025
  • 48.64 KB
  • 215
  • 1.21.5
  • Forge

File Name

anti-snowballs-1.1.0-1.21.5.jar

Supported Versions

  • 1.21.5

Curse Maven Snippet

Forge

implementation "curse.maven:anti-snowballs-1313329:6807311"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

AntiSnowballsClient Mod Patch Notes Version 1.1.0 New Features:

Snowball Removal: Automatically detects and removes all snowball entities within a 100-block radius around the player every client tick to reduce client-side lag and clutter.

Client Commands: Added the following commands for user control and feedback:

/antisnowballs toggle Enable or disable snowball removal on the client.

/antisnowballs count Display the number of snowballs deleted in the last tick and the total deleted since last reset.

/antisnowballs reset Reset the total deleted snowball count.

Improvements:

Efficient bulk removal of snowballs with minimal performance impact.

Bug Fixes:

N/A (Initial release)

Known Issues:

Snowball removal radius is fixed at 100 blocks; future updates may allow configurable radius via config file or GUI.

No filtering currently applied all snowballs in range are removed, including possibly those recently thrown by the player.

Deleted snowballs do not come back immediately, but reloading the chunk by moving away and returning, or relogging, will respawn all snowballs.

The snowball count may count the same snowball twice if the chunk is loaded multiple times.