Tags
Creators
Details
All versions
1.4.2
Release
Tide 1.4.2-1.21.1 (FABRIC)2 years ago 4,185
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Version 1.4.2 - 12/25/2024
🎣 New features 🎣
- All Tide fishing rods can now have durability enchantments applied, such as Unbreaking or Mending
- The fishing journal's page selection buttons are closer to the "done" button and will no longer disappear if they're not applicable
- The fishing journal's "welcome" page will hide itself if other pages are unlocked
- Renamed "Trout" to "Rainbow Trout" (it looks more like one)
- Default journal entries for modded fish now have internal translations that can be changed with resource packs or mods (#32)
- The Origins mod will now recognize fish as meat (#35)
⚙️ Bug fixes ⚙️
Optional dependencies
Any compatible version
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:CIttOWbN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:die1AF7i:CIttOWbN"
}

