Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
references (#453)
|
|
|
|
|
|
|
|
|
|
skip messages
|
|
|
|
dependency (#453)
|
|
|
|
|
|
asset.AsDictionary() has no effect
|
|
|
|
|
|
under their name (#451)
|
|
This reverts commit 033015066650d4bd67a7df0a7f7addf4c6edf617.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classes (#435)"
This reverts commit 032997650010a9b6cd3378cb1a2b8273fb3f56ff.
|
|
|
|
|
|
|
|
|
|
The new format is much more concise, reduces the memory footprint by only parsing metadata for loaded mods, and adds support for versioning and defaulting most fields.
|
|
|
|
|
|
This supports mods like Custom Farm Types that need to intercept the very first save, which doesn't raise the normal save events since the world isn't fully initialised yet.
|
|
|
|
|
|
|
|
|
|
|