Tags
Creators
Details
Licensed MIT
Published last year
Updated 3 days ago
All versions
2.5.0
Release
2.5.02 weeks ago 9
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Tropical fish bucket tooltips show the actual fish model at a side view, with Rare and Solid badges and a NEW badge for variants not in your collection yet
- Fish collection screen (default B): 12 pattern tabs with 16x16 color grids tracking spotted and collected variants per server, plus catch counts. Commons and solids are marked in the grid, and hovering buckets in chests fills in what you already own
- Glow has three modes: off, rare fish only, or all tropical fish (commons in muted gray). An optional filter stops already-collected variants from glowing, so only what you still need lights up
- Spotting name tags no longer follow the fish into the bucket item's name
- One jar runs on both 26.1.x and 26.2
Optional dependencies
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:FVGRgACI:RXPJqWBr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FVGRgACI:RXPJqWBr"
}




