All versions
0.0.1-alpha
Alpha
Tidal 0.0.1-alphalast year 2,355
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Tidal 0.0.1 Alpha
Initial Alpha Release!
Known bugs:
- Many unqiue textures are still needed
- Waves do not continue spawning after enough block updates in a chunk
- Waves do not always spawn correctly(facing wrong way) after loading new chunks after reloading chunks
- Some waves are too big/last too long in smaller areas like rivers
- Waves wash up in midair instead of falling
- There's probably some Z-fighting issues(the waves were scaled up to their current scale very last minute, literally last night)
- Waves hitboxes are much smaller than expected(they aren't entities, but still have a hitbox)
- Waves cannot be viewed from beneath them
- Config is missing
- Debug mode is inaccessible(should be fixed with config)
- Many preformance optimizations are available, and are planned to be made.
This current version exists so I can submit to BlanketCon before its submission deadline.
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:uN4AKtrF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QsiPPta0:uN4AKtrF"
}

