Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated yesterday
All versions
1.5.0
Beta
particular-26.1.2-Fabric-1.5.0.jar3 months ago 43.9K
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
What's new
- Reworked cascade waterfalls. New textures, gentler motion, and bigger waterfalls now spawn proportionally more spray. Looks more natural and less chaotic.
- Cuboid fluid particles. Tiny 1-voxel cube particles for splash droplets and (optionally) waterfall spray. On by default for splashes — turn on
cuboidWaterfallSprayin the config to extend it to waterfalls. Lava splashes get cuboid droplets too. - Soft water entries. Stepping into water no longer triggers a full splash. Gentle entries now create a small ring of bubbles and droplets instead, while real falls still produce the big splash you're used to.
- Splash transparency. Splash particles are now translucent (75% opacity by default), adjustable in the config. Waterfalls and lava splashes feel less opaque and blend in better.
Optional dependencies
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:pYFUU6cq:VfaUWvKF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pYFUU6cq:VfaUWvKF"
}





