StardewModdingAPI-V2 is a remake of SMAPI (Stardew Modding API) for Stardew Valley. It provides a framework for developers to create mods for the game.
To compile StardewModdingAPI-V2, follow these steps:
- Ensure you have the .NET SDK installed on your system. You can download it from here.
- Open a terminal or command prompt.
- Navigate to the directory where StardewModdingAPI-V2 is located.
cd StardewModdingAPI-V2
dotnet publish -r win-x64 -c Releasecd StardewModdingAPI-V2
dotnet publish -r osx-x64 -c Releasecd StardewModdingAPI-V2
dotnet publish -r linux-x64 -c ReleaseFor more details on how to use the API and develop mods, please refer to the [official documentation comming soon](coming soon).
If you encounter any issues or have questions, feel free to open an issue on the GitHub repository.
