All versions
1.3.0
Release
Immersive Water 1.3.0last year 356
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client-side
Required content
Changes
finally, something new!
NEW:
- Gameplay-affecting features (disabled by default) can be enabled to further enhance the immersion provided by this mod while still being usable on vanilla servers! Currently, the only toggle available is one that allows you to disable elytra usage when you are "wet" (a good indicator for when you are wet is the presence of dripping particles appearing from your player)
CURRENT ISSUES:
- With the new toggle enabled, elytra use seems to be disabled a tick AFTER it begins, rarely allowing for a single tick of flight. This doesn't cause much of an issue, but sometimes fall damage can sometimes be negated if you spam the space bar fast enough during a fall. It's very inconsistent though and not something you would want to do in a hardcore world, so again, it's not much of an issue.
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:STVychvF:TQYiHaaJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:STVychvF:TQYiHaaJ"
}



