-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
RecatchLegendaryFish v1.2.0.0.SMAPI
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Allows Legendary Fish to be caught again and again.  Will prevent the achievement for catching all 5 legendary fish, unfortunately.
By cantorsdust.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
INSTALLATION
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

The zip contains one folder, RecatchLegendaryFish, with two files RecatchLegendaryFish.dll and manifest.json. The folder must be placed in %appdata%\StardewValley\Mods.

Thus, the total path for all 3 of the files required for this mod to function are:
%appdata%\StardewValley\Mods\RecatchLegendaryFish\RecatchLegendaryFish.dll

AND

%appdata%\StardewValley\Mods\RecatchLegendaryFish\manifest.json


REQUIRES SMAPI 0.39+ to be installed!  Version 1.1.0.0.SMAPI is for SMAPI 0.38.  Version 1.0.0.0.SMAPI is for SMAPI 0.37
https://github.com/ClxS/SMAPI/releases


-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
USAGE
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Run StardewModdingAPI.exe in your main Stardew Valley folder. This will load the mods and then start the game.
You will find that you can catch the legendary fish as many times as desired.  Due to the target of the mod's code, this will unfortunately disable the achievement for catching all 5.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
LICENSE
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

RecatchLegendaryFish is licensed under GPL v3.  You will find a copy of its source at the same place you downloaded it, https://github.com/cantorsdust/RecatchLegendaryFish

Copyright 2016 cantorsdust

RecatchLegendaryFish is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

RecatchLegendaryFish is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with RecatchLegendaryFish.  If not, see <http://www.gnu.org/licenses/>.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
CHANGELOG
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
v1.2.0.0.SMAPI
Updated to SMAPI 0.39

v1.1.0.0.SMAPI
Updated to SMAPI 0.38

v1.0.0.0.SMAPI
Initial release for SMAPI.