Tags
Creators
Details
Licensed MIT
Published last year
Updated 4 months ago
All versions
2.1.1
Release
v2.1.17 months ago 40.6K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Client and server
Changes
The Mod version of the datapack is finally here and it’s no longer in Beta!
The issue where loot tables and fish would fail to load without certain mods installed has finally been fixed (thanks to Tide version 2.0.3), which was the reason for the previous Beta.
Added fish compatibility for additional mods:
- Wan's Ancient Beasts: Toxlacanth
- Jellyfishing: Jellyfish, Blue Jellyfish, Bubble Jellyfish, Cow Jellyfish, Two-Fisted Jumper & Grease Jellyfish (currently, it is not possible to put them in a jellyfish net)
- More Jellyfish: Coal Jellyfish, Iron Jellyfish, Gold Jellyfish, Copper Jellyfish, Redstone Jellyfish, Lapis Jellyfish, Emerald Jellyfish, Diamond Jellyfish, Netherite Jellyfish, Smile Jellyfish, Honey Jellyfish & Skellyfish (currently, it is not possible to put them in a jellyfish net)
Extra fixes:
- Some Rainbow Reef fish could not be caught anywhere due to a biome tag issue. This has now been fixed, they can be properly fished (check vanilla Warm Oceans and Seafarer Warm Reef).
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:goMfyYSL:7b7TofV4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:goMfyYSL:7b7TofV4"
}

