0.0.2-beta
Compatibility
Required content
Changes
Tidal 0.0.2 Beta
The "The Mod Sorta Works Now!" Update!
That's right! Plenty of bug fixes have been made(loading new chunks works now!), and new textures have been added!
- New textures, specifically for waves washing onto shore, and the splashes for crashing into walls and falling into the water!
- Newly loaded chunks should now spawn waves correctly!
- With that, chunks are now checked for wave spawning much quicker!
- A simple config via MidnightLib has been added, allowing you to change the wave's render distance, and enable debug mode. This means that MidnightLib is now required!
- Waves now fall instead of washing up in mid air.
- Waves are now smaller in river biomes.
- Smaller waves do not have the bottom washing up animation anymore.
- Wave rendering has had a major performance increase (Thanks Jasmine!).
- The washing/wet overlay no longer works on air blocks.
The image gallary will be updated soon to showcase the new textures! In the meantime, enjoy!
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:QsiPPta0:Rh86Cb7C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QsiPPta0:Rh86Cb7C"
}

