1.1.0
Compatibility
Changes
Anti Snowballs 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.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:NZGuQ5ai:sMvMkRE8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NZGuQ5ai:sMvMkRE8"
}

