Tags
Creators
Details
All versions
1.5.0
Release
Tide 1.5.0-1.20.1 (FABRIC)2 years ago 20K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Version 1.5.0 - 1/17/2024
🎣 New features 🎣
Minigame Changes
- Modified the minigame GUI textures (mainly to make them slightly larger)
- Added subtle sound effects for winning and losing the minigame
- Added a simple blinking animation to the bar when the minigame ends
- Slightly modified some of the feedback messages
New Bobbers
- Added 16 new themed fishing bobber variants that can be crafted with various materials
- Fishing bobbers now render their item model on the hook
- New datapack-based rod accessory data system
Angling Table
- Renamed the "Angler's Workshop" to "Angling Table"
- New block texture (created by yawpbaron) that more closely matches other minecraft workstations
- Changed the recipe for the Angling Table: it now requires 2 copper, 2 string, and 2 planks
Misc Features
- Created 2 config settings for modifying crate probabilities
- Fish from the Hybrid Aquatic mod will appear in the fishing journal
- Fish from the Unusual End mod will appear in the fishing journal
- New crate and hook textures (created by yawpbaron)
- New fishing journal texture (created by miqotepetter)
⚙️ Bug fixes ⚙️
- Fixed a bug where interacting with the minigame would be heavily delayed on servers with high latency (#4)
- Fixed a bug where putting a rod into the Angling Table would delete already inputted accessories
- Fixed a bug where custom journal profiles would have no description text unless they used a translation
- Fixed a bug where attempting to fish while Mine Cells is installed would not work
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:bAiIze17"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:die1AF7i:bAiIze17"
}


