Links
Tags
Creators
Details
Licensed Apache-2.0
Published 6 months ago
Updated last week
All versions
1.7.1
Release
Feesh 1.7.12 months ago 46K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Features
- Added Lotus Atoll tracker with while fishing on Lotus Atoll [disabled by default]:
- Frog Prince and Puddle Jumper catch statistics
- Prince's Crown Jewel drop statistics
- Added alert & pchat message when dropping a Prince's Crown Jewel and Snake Eyes.
- Make sure to select them in the settings dropdowns if you need!
Bugfixes
- Added Flipflopper and Seashine creatures to HP tracker and mob highlighting.
- Make sure to select them in the settings dropdowns if you need!
- Added Flipflopper Shard and Seashine Shard to Fishing profit tracker.
- Decreased minimum value to 10 seconds for "Idle seconds to auto-pause all trackers" setting.
- Added on-screen alert when reaching PB.
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:RFwwcuJj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QCpogurE:RFwwcuJj"
}

