Migrated to SMAPI 4.0.0 and Stardew Valley 1.6#30
Open
chsiao58 wants to merge 4 commits intodanvolchek:masterfrom
Open
Migrated to SMAPI 4.0.0 and Stardew Valley 1.6#30chsiao58 wants to merge 4 commits intodanvolchek:masterfrom
chsiao58 wants to merge 4 commits intodanvolchek:masterfrom
Conversation
|
Can you provide a release in your forked project? |
Author
|
I technically COULD, but there would be no point to do that, because although my current fork fixed SMAPI 4.0 warning massage, this version is still only for Stardew Valley 1.5, it doesn't support Stardew Valley 1.6 just yet, and I don't really see a point providing release for previous Stardew Valley version. I am still in the middle of updating this mod for 1.6 so check back later. |
Author
|
I have unofficial fix for BAGI on my repo, you can download it here if you need it. As for pull request to this original mod, I will leave it open just in case. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BetterArtisanGoodIcons has a warning message for using deprecated SMAPI method that will be removed in SMAPI 4.0.0, this update fixed that.
The package also doesn't build with .NET 4.5.2, so it was updated to build with .NET 5.0 instead as suggested by Stardew Valley Modding guideline.