Tags
Creators
Details
All versions
1.3.3
Release
Tide 1.3.3-fix-1.21.x (FABRIC)2 years ago 2,761
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Version 1.3.3-fix - 9/30/2024
🎣 New features 🎣
- Added the ability to remove existing fish profiles through the use of datapacks (see the wiki for info) (#9)
- Some simple compatibility for the farmer's delight mod:
- Added a fish slice/cooked fish slice item
- Edible tide fish can be used in some recipes
⚙️ Bug fixes ⚙️
- Fixed a bug where the angler's workshop would act like a crafting table when Visual Workbench was installed (#6)
- Fixed a bug where tags on mod-generated blocks didn't load properly when tide was installed (#10)
- Fixed a bug where fishing loot parameters weren't properly set on forge and neoforge (#12)
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| tide-fabric-1.21-1.3.3-sources.jar | Unknown | 999.46 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:FPGU8kfy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:die1AF7i:FPGU8kfy"
}

