Tags
Creators
Details
Licensed Apache-2.0
Published 8 months ago
Updated 2 weeks ago
All versions
1.14.0
Release
Feesh 1.14.0+26.22 weeks ago 33.9K
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Features
- Added option to track & show costs (spent bait, shurikens, Moby-Duck) in Fishing profit tracker. This also shows net profit after subtracting costs from total profit. You can disable it in settings.
- Hover over the Costs line while in inventory to see details.
- Not shown when NPC Price mode selected.
- Improved settings search:
- You can search for version-specific features in /feesh settings GUI (e.g. search for 1.14.0 to see new settings added in this version).
- You can provide search query when calling /feesh command:
/feesh 1.14.0or/feesh profit tracker.
- Weather update preparation:
- Renamed
/feeshSpiderDenRainScheduleto/feeshWeatherScheduleand changed its output to show upcoming Mild / Extreme weather events schedule. - Removed old Rain timer overlay/alert and added new Weather timer/alert working for all new weather-affected worlds. Please re-enable in settings if you need it!
- Removed "Blizzards started" counter from Personal Bests, because Blizzard in a Bottle will become a mixin after the update.
- Renamed
- Added alert when a fishing drop (e.g. raw fish) overflows into your inventory, meaning sack is full [disabled by default]. It offers buttons for Supercrafting a compacted item / Bazaar sell.
- Added "Alert when Day/Night started" when Skyblock time hits 6:00am or 7:00pm [disabled by default]. Can be useful for swapping Light/Dark baits or other activities.
- Trackers commands adjustments:
- Added command to search item data in Fishing profit tracker:
/feeshGetItemFishingProfitTracker//feeshGetItemFishingProfitTrackerTotal- Pass item ID or full/partial item name as argument
- Guide
- Renamed some commands to edit Fishing profit tracker, to follow consistent naming style.
- Adjustments to editing Treasure fishing tracker data:
- Allowed 0 as Treasure Dye drop count in
/feeshSetTrackerDropscommand, to initialize catches before your first Treasure Dye. - Added
/feeshSetTreasureCatches//feeshSetTreasureCatchesTotalto set Good/Great/Outstanding catches counts for Session and Total mode. - Added Editing treasure fishing tracker guide.
- Allowed 0 as Treasure Dye drop count in
- Added command to search item data in Fishing profit tracker:
Bugfixes
- Removed Corruption I book from profit tracker as they are not in the drop pool anymore.
- Fixed outdated amount of Lotus when calculating profit for some trophy frogs.
- Removed Bayou Travel Scroll from
/feeshJunkerJoelShopPricescommand output. - Fixed Tadgang's tadpoles nametags not being hidden after changing their mob level (alpha).
- Fixed NPC price for Foraging Exp Boost profit tracker drop.
- Fixed sacks items counting in the Fishing profit tracker after sending stash to sacks.
- Aligned elapsed time calculation for Fishing profit tracker and Efficiency tracker.
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:fXOT51fP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QCpogurE:fXOT51fP"
}

