Links
Tags
Creators
Details
Licensed Apache-2.0
Published 6 months ago
Updated last week
All versions
1.11.0
Release
Feesh 1.11.0+26.1last week 49.3K
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Changes
Features
- Torrhus Canyon alpha:
- Added new sea creatures, drops and alerts.
- Added Miria's contests to fishing profit tracker.
- Enabled hotspot functionalities on new island.
- Added Torrhus Canyon tracker with Silkbreeze/Giant Isopod catch statistics [disabled by default].
- "Sea creatures per hour tracker" is replaced with Efficiency tracker:
- It offers various selectable stats, such as Catches/h, SC catches/h, SC/h, etc.
- Needs re-enabling in settings with new configuration!
- Added setting to compact rod parts in the tooltip [disabled by default] - it removes rod parts descriptions to have shorter tooltip.
- Added Octopus Tendril and Troubled Bubble rare drop alert & party chat message. Make sure to enable if you need it! (or use ALL)
- Added Plasma to the fishing profit tracker (new Mithril Grubber drop).
- Added toggle to use gradient color for sea creature name in "Compact sea creature catch messages" feature.
- Gradient color for mod name prefix in chat c:
- Added Flux and its variations to Deployable overlay / Deployable expiration alert.
- Added setting to control amount of seconds for alert before deployable expiration.
- Added "Alert when out of air soon" for Galatea / Torrhus Canyon.
Bugfixes
- Fixed rare mobs highlight colors not matching new SB color schema.
- Fixed Martin NPC's bobber counted in Bobbin' Time overlay.
Other
- Removed support of 1.21.10. RIP
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:QCpogurE:3QWuScoO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QCpogurE:3QWuScoO"
}

