Tags
Creators
Details
Licensed LGPL-2.1-only
Published 4 years ago
Updated 2 days ago
All versions
1.8.28
Release
1.8.283 months ago 47K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
- Added raining drops depending on look up and down angle (suggested by Canriii)
- Fixed executing reloader manager off thread
- Fixed rare crash when sound is muted
- Fixed hit damage effect not working
- Reworked how damage source is send to client
- Fixed spawning blood particles when freezing
- Fixed explosion mute sound effect not working properly
- Fixed desaturation effect still being visible even if the visual type has been disabled
- Fixed crash when using enhancedvisuals server side on fabric
- Fixed crash on server side
- Fixed hit effect not working consistently
- Made DeathMessages translatable
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:KjL0jE2w:R5yBqcM7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KjL0jE2w:R5yBqcM7"
}


