About this mod
Customizable Mod for easy fishing.
- Requirements
- Permissions and credits
-
Translations
- Portuguese
- Mandarin
- German
- Changelogs
This Mod was created to make fishing easier.
You can customize from your configuration, such as skipping minigame, minigame make easier, always found a Treasure, always double fishing.
Source Code:
GitHub
Config:
The configuration file is generated by starting the game. The location is "Stardew Valley/Mods/EideeEasyFishing/config.json"
During the game, you can reload the config by pressing F5(Can be customized).
- Bite Faster
Waiting for fish to bite the bait is no longer necessary.
- Hit Automatically
Clicking the mouse to start the minigame is not required. If "Skip Minigame" is enabled, the fish will be caught automatically.
- Treasure Always Be Found
Discovering treasure is guaranteed on every attempt, even with "Skip Minigame" enabled.
- Always Caught Double Fish
Using Wild Bait always results in catching two fish.
- Caught Double Fish On Any Bait
The chance to catch two fish is present with any bait used, and can be combined with "Always Caught Double Fish".
- Always Max Cast Power
Casting power is always at its maximum.
- Skip Minigame
The minigame is skipped, and fish are caught automatically, always achieving a perfect catch.
- Fish Easy Caught
In the minigame, the fish icon automatically chases the bar.
- Treasure Easy Caught
In the minigame, the treasure icon automatically chases the bar.
- Fish Movement Speed Multiplier
This is a multiplier for the fish's movement speed in the minigame.
- Progress Bar Decrease Multiplier
This modifies how quickly the capture progress bar decreases in the minigame.
- Progress Bar Increase Multiplier
This modifies how quickly the capture progress bar increases in the minigame.
- Treasure Catch Speed Multiplier
This is a multiplier for the speed at which treasure is caught in the minigame.
- Reload Config
This sets the key for reloading the configuration.
If the config is not generated, create the file manually.
{
"BiteFaster": false,
"HitAutomatically": false,
"SkipMinigame": false,
"FishEasyCaught": false,
"TreasureAlwaysBeFound": false,
"TreasureEasyCaught": false,
"AlwaysCaughtDoubleFish": false,
"CaughtDoubleFishOnAnyBait": false,
"AlwaysMaxCastPower": false,
"FishMovementSpeedMultiplier": 0.5,
"ProgressBarDecreaseMultiplier": 0.5,
"ProgressBarIncreaseMultiplier": 1.25,
"TreasureCatchSpeedMultiplier": 1.5,
"Controls": {
"ReloadConfig": "F5"
}
}
Alternatively, you can use the Generic Mod Config Menu.

Contacts:
* Issues - GitHub
Only bug reports are accepted under Issues.
* eidee.net - Discord server
Questions, suggestions, comments, etc. can be directed here.
Credits:
* Generic Mod Config Menu