Tags
Creators
Details
All versions
1.3.4
Release
Tide 1.3.4-1.20.1 (FABRIC)2 years ago 4,171
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Version 1.3.4 - 11/2/2024
🎣 New features 🎣
- Fishing rod modifier items are no longer consumed when using the Angler's Workshop (#24)
- Multiple locations/climates can now be displayed for a single fish (#18)
- Fishing rod accessories are no longer consumed upon being applied (#24)
- Fishing rod accessory data is now stored in item NBT (1.20 and below) or data components (1.21+) so custom accessories can be created by modders (#26)
- Added a config setting for modifying the rarity of a crate catch (#30)
- Added a config setting for enabling/disabling the '???' text on fish that haven't been logged in the journal
- Added ru_ru translation (thanks to Waffylka) (#28)
- Updated zh_cn translation (thanks to junshengxie)
⚙️ Bug fixes ⚙️
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Tide-fabric-1.20.1-1.3.4-sources.jar | Unknown | 1,010.71 KiB |
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:die1AF7i:gVly9Y7t"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:die1AF7i:gVly9Y7t"
}

