Update Almanac for 1.6.10 Without Random Features #35
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.
I've commented out the Weather, Luck, and Notices modules and 'fixed' the remaining errors.
Tested with SVE, I changed some codes about fish locations. I had to replace the getLocName() function in FishHelper.cs with displayname directly. This will make all types of farms be listed in fishing locations. (I couldn't make it work with the check enabled, but if I removed the check, it worked by using displayname directly.)
The function Common_SpriteText_Patches.Patch in ModEntry.cs is removed from Commons. It seems that nothing more was added when Better Crafting was updated with this function removed, so I just uncommented another patch method.
I also changed the Chinese localization to fit the translation in the Wiki and edited for SVE 1.15's new location.
I'm not sure if this helps, but just wanted to share it.