Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last week
All versions
2.1.0
Beta
v2.1.08 months ago 103
Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.1
Platform
Data Pack
Required content
Any compatible version
Changes
Beta v2.1.0
BIG WARNING: This version has been released only as a datapack (using the Global Packs mod for convenience!) because there are certain bugs that need fixing, particularly regarding loot tables. If you do NOT use any of the mods that are supported, you may encounter fishing loot table probabilities including items you cannot obtain due to not having those mods. You will need to manually delete some .json files.
Once Tide adds official support for this feature, version 2.1.1 will be released both as a datapack and as a mod, and no manual adjustments will be necessary.
Added fish compatibility for additional mods:
- Seafarer: Horseshoe Crab
- Miner's Delight: Squid & Glow Squid (Upgrade Aquatic is required to bucket them)
- Environmental: Koi
- Cultural Delights: Squid & Glow Squid (Upgrade Aquatic is required to bucket them)
- Crabber's Delight: Crab
- Collector's Reap: Clam, Urchin, Tiger Prawn & Platinum Bass
- Fins And Tails: Blu Wee, Pea Wee, Banded Redback Shrimp, Teal Arrowfish, Swamp Mucker, Flatback Sucker, High-Finned Blue, Ornate Bugfish, Wee Wee, Vibra Wee, Night Light Squid, Papa Wee & all Spindly Gem Crabs
- Rainbow Reef: Goby, Ray, Small Shark, Angelfish, Moorish Idol, Crab, Arrow Crab, Tang, Hogfish, Boxfish, Clownfish, Butterflyfish, Seahorse, Basslet, Pipefish, Parrotfish & Dwarf Angelfish
- Aquaculture: Atlantic Cod, Blackfish, Pacific Halibut, Atlantic Halibut, Atlantic Herring, Pink Salmon, Pollock, Rainbow Trout, Bayad, Boulti, Capitaine, Synodontis, Smallmouth Bass, Bluegill, Brown Trout, Carp, Catfish, Gar, Minnow, Muskellunge, Perch, Arapaima, Piranha, Tambaqui, Brown Shrooma, Red Shrooma, Jellyfish, Red Grouper, Tuna, Box Turtle, Arrau Turtle & Starshell Turtle (The Twilight Forest is required to catch the last one)
Added loot tables compatibility for additional mods (see mod description):
- Critters And Companions
- Unusual Fish Mod
- Fintastic
- BetterEnd
- Aquaculture
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
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:2qBrfEQI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:goMfyYSL:2qBrfEQI"
}

