Tags
Creators
Details
Licensed ARR
Published 5 months ago
Updated 3 weeks ago
All versions
1.2.0
Beta
Tidal Observation Card 1.2.03 weeks ago 67
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platform
NeoForge
Supported environments
Client and server
Changes
Tidal Observation Card 1.2.0
Added
- Added support for VSS and FTB Library virtual currencies, along with a currency API that allows other mods to integrate their own currency systems.
- Added new reward types to reward pools: experience, potion effects, Tidal Value, and observation buffs.
- Added a Recent Records page for reviewing redemption, discard, and rotation results.
- Added support for configuring different reward types in the visual editor.
Improvements
- Improved currency amount display, redemption failure messages, and the background of the observation interface.
- Removed the legacy Curios tab integration and no longer relies on accessory slot functionality.
Fixed
- Fixed an issue where free observations and discount uses were not consumed under certain conditions.
- Fixed an issue where insufficient balance could cause the interface to immediately return to the selection state.
- Fixed an issue where rewards with large quantities could cause save-related or card-opening crashes.
- Fixed reward state synchronization issues between the client and server.
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:HT9Ue2b8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B8SR6bz9:HT9Ue2b8"
}

