Tags
Creators
Details
All versions
1.3.2
Release
Tide 1.3.2-1.21.x (NEOFORGE)2 years ago 237
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
[1.3.2 - 9/26/24]
⚙️ Technical features ⚙️
- The mod now uses a datapack system for adding to the contents of the fishing journal! This is to replace the older version of this system that used config files. Info on how to make one of these datapacks will be found on the wiki (once I create the page)
- Also, a GitHub page containing the source code and the new issue tracker is now avaliable.
🎣 Other mod changes 🎣
- Fixed a bug where treasure loot could not be caught while fishing! (sorry about that)
- Added a config setting for disabling the toast notifications that show when a new fish is found.
- Added a config setting for using the default fishing line color (for better visuals with shaders)
- Enchanted books can now be found in loot crates (0-1 per crate depending on the rarity)
- Some very minor bug fixes that aren't worth listing here lol
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| tide-neoforge-1.21-1.3.2-sources.jar | Unknown | 885.44 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:dYZYoQFy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:die1AF7i:dYZYoQFy"
}



