Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated last week
All versions
1.5.0
Beta
particular-1.20.1-Forge-1.5.0.jar3 months ago 22.7K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Changes
Particular Reforged 1.20.1
Fabric now has feature parity with Forge — everything the loader version did, the Fabric version now does too.
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.
- Waterfalls remember themselves. Cascade spray used to take a few seconds to appear when you walked up to a waterfall, because the game only "noticed" them when you were right next to them. Now they're saved per world and dimension, so the next time you load that area they show up instantly. Each remembered waterfall is rechecked once on load to make sure the water is still there before re-enabling it. Works in both singleplayer and multiplayer.
Optional dependencies
Any compatible version
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:52thez6Q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pYFUU6cq:52thez6Q"
}

