9.0.1
Compatibility
Changes
Reupload because of error with windows defender Dynamic Waters 9.0.0
Because version 8.0.0 was heavily bugged and caused major issues in some modpacks and worlds, this update focuses mainly on stability fixes, compatibility, and the most important improvements needed to make the mod properly usable again
Your modpacks should now work properly again!!!
IMPORTANT After updating to a new version, always create a new world. Existing worlds may not properly update world generation changes and can cause unexpected behavior
GENERATION
+Full Tectonic compatibility
++Rivers now better adapt to terrain, creating more natural tunnels, canyons, valleys, and lowlands
Mountain rivers are now slightly more natural, smoother, and better integrated into terrain
FIXES
Squids no longer move backwards or glitch in rivers/water
Now structures dont spawn any more in rivers
Bubble particles are now no longer visible through walls when using XP bottles
Features
Added ambient river sound effect (can be disabled in config)
REMOVED FROM 8.0.0
Removed automatic river biome assignment system (this was causing major issues)
This update took a long time to develop, so I’d really appreciate any reviews or feedback on it... PREVIOUS UPDATE (recap)
In the previous update I added Tectonic compatibility, and now it has been further improved and better integrated with the river generation system. Mountain rivers can now generate longer and more naturally, blending more smoothly with terrain, and rivers no longer use the minecraft biome system as this has been removed.
Several important fixes were also introduced to improve stability. Structure protection was improved so rivers should no longer cut through structures in affected chunks. Sync issues between server and client were fixed to ensure better world consistency. I also fixed unnatural “wall-like” starts in mountain rivers.
On the configuration side, a biome blacklist was added to allow excluding specific biomes from river generation. Flow control compatibility was also improved so entities set to 0.0 are no longer pushed or affected by water flow.
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:wL4lvEci:H2g5ig6M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wL4lvEci:H2g5ig6M"
}

