Tags
Creators
Details
All versions
1.21.11-1.0
Beta
Collision Effects 1.21.11-1.02 weeks ago 18
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client-side
Changes
Collision Effects 1.21.11-1.0
Initial public release backported to 1.21.11
Features
-
Bug Splatter
- Biome-aware spawn multipliers (jungle/swamp)
- Ground-proximity-based spawn tuning
- Movement-aware spawning and screen-space distribution
-
Damage and Status Overlays
- Instant damage tint flash
- Low-health tint
- Low-health vignette
-
Explosion Effects
- Explosion debris overlays with fade-out behavior
- Explosion flash overlay for nearby forward-facing blasts
-
Mob Interaction Effects
- Bee pollen effects (touch, hit, and pollinated-bee damage cases)
- Chicken feathers (touch and hit)
- Llama spit splatters
- Magma cube splatters (touch, hit, and damaged cases)
- Slime splatters (touch, hit, and damaged cases)
- Spider/cave spider splatters (hit)
- Squid ink vignette
- Sulfur cube splatters (touch and hit)
- Wither vignette
-
Water and Lava Effects
- Lava splatters on lava entry, lava exit, and surface movement
- Water droplets on water entry, water exit, and surface movement
-
Weather Effects
- Rain droplets with both stream and splash behavior
- Snowball clumps triggered by nearby snowball impacts
- Snowflakes with continuous weather-based accumulation
Configuration
- Compatible with Mod Menu
- Global controls:
- Center Deadzone
- Configuration Hotkey
- Third Person Effects toggle
- Mob Hit Tracking Radius
- Particle Capacity
- Particle Opacity
- Per-effect toggles and category submenus
- Reset options for individual categories and full configuration reset
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:Up4aJXM7:8TOmkLP6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Up4aJXM7:8TOmkLP6"
}

