Outline:
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).
- BiteFaster
It reduces the time it takes for fish to bite the bait.
- HitAutomatically
You do not need to click the mouse to go to the minigame. If the feature to skip the minigame is enabled, you will caught the fish.
- SkipMinigame
Skip the minigame and caught the fish.
- FishEasyCaught
In the minigame, the fish icon follows the bar.
- TreasureAlwaysBeFound
The treasure will appear every time. This works even if you want to skip the minigame.
- TreasureEasyCaught
In the mini-game, the treasure icon follows the bar.
- AlwaysCaughtDoubleFish
If the bait is Wild Bait, it always catches two fish.
- CaughtDoubleFishOnAnyBait
You will get a chance to catch two fish regardless of the bait you are using. This can be used in conjunction with AlwaysCaughtDoubleFish.
- AlwaysMaxCastPower
Cast power is always maximized.
- ReloadConfig
Set the key to reload the configuration.
If the config is not generated, create the file manually.
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
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).
- BiteFaster
It reduces the time it takes for fish to bite the bait.
- HitAutomatically
You do not need to click the mouse to go to the minigame. If the feature to skip the minigame is enabled, you will caught the fish.
- SkipMinigame
Skip the minigame and caught the fish.
- FishEasyCaught
In the minigame, the fish icon follows the bar.
- TreasureAlwaysBeFound
The treasure will appear every time. This works even if you want to skip the minigame.
- TreasureEasyCaught
In the mini-game, the treasure icon follows the bar.
- AlwaysCaughtDoubleFish
If the bait is Wild Bait, it always catches two fish.
- CaughtDoubleFishOnAnyBait
You will get a chance to catch two fish regardless of the bait you are using. This can be used in conjunction with AlwaysCaughtDoubleFish.
- AlwaysMaxCastPower
Cast power is always maximized.
- ReloadConfig
Set the key to reload the configuration.
If the config is not generated, create the file manually.
{
"BiteFaster": false,
"HitAutomatically": false,
"SkipMinigame": false,
"FishEasyCaught": true,
"TreasureAlwaysBeFound": false,
"TreasureEasyCaught": false,
"AlwaysCaughtDoubleFish": false,
"CaughtDoubleFishOnAnyBait": false,
"AlwaysMaxCastPower": false,
"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