Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
exists under Content/Maps
|
|
|
|
Specifically, when a custom map has a seasonal tilesheet which only exists the Content/Maps folder and already matches the current season.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SMAPI mod
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is necessary due to changes in Stardew Valley 1.3, which now changes loaded assets and expects those changes to be persisted but not propagated to other content managers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit adds an API to generate a content pack from an arbitrary folder, to support mods which already had their own content pack format before SMAPI standardised it. This lets them support both formats using the same APIs while they transition.
|
|
|
|
|
|
|
|
|
|
|
|
|