Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated last week
All versions
0.2.1
Beta
Wakes 0.2.13 years ago 10.9K
Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Dark wakes fix (issue 14)
- Some users were experiencing dark wakes. This only occured on some systems and seems to be a graphics issue. This update should fix this issue by changing the shader program used.
Transparent water with fabulous graphics (issue 22)
- When using fabulous graphic settings the water beneath the wakes disappeard. This is becuase of Minecraft's translucency sorting and was fixed by changing the shader program.
Shader program collision
- These two fixes may clash with each other if you were experiencing both bugs.
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:dlNu0RQY:xTQwbogB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dlNu0RQY:xTQwbogB"
}




