ChroniclerCherry / stardew-valley-mods

A collection of my mods for the game Stardew Valley
GNU General Public License v3.0
44 stars 40 forks source link

Fixes Tool Upgrade Costs MissingMethodException #73

Closed Traktori7 closed 8 months ago

Traktori7 commented 2 years ago

Changes the Add method to AddItem as per https://harmony.pardeike.net/articles/new.html#changes. Also updates the mod to .NET 5, SMAPI 3.14 and Harmony 2 in general. Doesn't change the manifest version or the build configuration.

Pathoschild commented 8 months ago

Thanks for the help! I had to update the mod code to Stardew Valley 1.6 and SMAPI 4.0.0 though, so unfortunately I already fixed this separately.