Tags
Creators
Details
All versions
1.6.0
Release
Tide 1.6-1.20.1 (FABRIC)last year 3,903
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Version 1.6.0 - 5/9/2025
🎣 New features 🎣
Fishing Rod Improvements
- Updated fishing rod textures (created by codly)
- Updated bait slot textures to match the 1.21.4 port
- Improved fishing line rendering to more closely align with the item model
- Some fishing rods will now have special features:
- Amethyst fishing rod chimes when a fish bites
- Golden fishing rod gives +1 luck
- Diamond fishing rod gives extra XP
- Netherite fishing rod can fish in lava without a special hook
Torn Notes
- Torn Note items can be found in overworld surface crates
- Torn Notes can be right-clicked to show a small hint drawing of legendary fish locations
- Written books can no longer be found in from overworld surface crates
Datapack Features
- A
loot_crate_blockloot predicate has been added, allowing users to put items in specific crate types - A
profile.info.location.aetherprofile location translation key has been added
Miscellaneous
- Structure-specific fish have been moved to their own journal page (will be added to later)
- Fish entities no longer show as "???" if they aren't unlocked in the journal
- The fishing journal can now be placed in lecterns
🚀 Compatibility Features 🚀
- Improved fishing rod rendering while using the First-Person Model mod
- Fixed Fishing Real compat for forge
- Added support for Hybrid Aquatic's hook items
- Added some missing Hybrid Aquatic fish to the journal
⚙️ Bug fixes ⚙️
- Fixed a bug where fish entities would block others from spawning
- Fixed a typo in amethyst fishing bobber recipe JSON
- Fixed a bug where a fishing rod can repair itself when spamming right click
- Fixed a rendering bug where fishing lines occasionally connect to other players' bobbers
- Fixed a bug where the reinforced line's bonus is applied to regular fishing line
- Fixed a world crash with the end oasis feature
- Fixed a text formatting bug in the fishing journal
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:UkPWwUhy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:die1AF7i:UkPWwUhy"
}


