Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated 3 weeks ago
All versions
1.0.28
Release
Tidal Observation Card 1.0.283 weeks ago 202
Compatibility
Minecraft: Java Edition
1.21.x
Platform
NeoForge
Supported environments
Client and server
Changes
Version 1.0.28 Changelog
- Added the Tide Value system. Players can now accumulate Tide Value by observing, exchanging, or discarding cards.
- Expanded the Tidal Rotation system with three new modes: Shallow Tide, Returning Tide, and Deep Tide. Each mode has its own costs and reward ranges.
- Added Message in a Bottle and River God encounters. While fishing, players may discover a message in a bottle or encounter the River God. Different responses can lead to rewards, good luck, bad luck, and other outcomes.
- Added an in-game visual editor for reward pools, making it easier to manage and adjust reward contents.
- Legacy Rotation Vouchers can now be converted into Tide Value.
- Improved the River God interface, English and Chinese localization, configuration validation, and network synchronization.
- Legacy items and player data remain fully supported. Existing worlds can be upgraded directly from version 1.0.24.
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:B8SR6bz9:nsC2l6Jo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B8SR6bz9:nsC2l6Jo"
}

