Skip to content

Update to SMAPI 1.9 and improve crossplatform compatibility

This mod is not compatible with SMAPI 1.9+, which shows a skipped-incompatible-mod when you try to use it. This pull request...

  • Updates to the latest SMAPI 1.9.
  • Simplifies the draw code using a newer SMAPI event (e.g. no longer need to account for zoom manually).
  • Improves crossplatform compatibility.
  • Migrates to the mod build package to automate references (e.g. no longer need to specify the game path in the .csproj) and so the mod can be compiled on Linux/Mac/Windows without changes.

Merge request reports