[Suggestion] Allow other season mods to provide season registration procedures or support related configuration.
joe-vettek opened this issue ยท 6 comments
Cold Sweat is a great and immersive mod, but unfortunately it only supports Serene Seasons and is a bit coupled.
Not sure if it will be possible to add other seasons.
Adding support for mods wouldn't be as simple as a config, if that's what you're implying. Every mod has its own systems, and Cold Sweat needs to directly reference their code to know the current season and other info.
Cold Sweat has a very open and well-documented API, so adding support for mods with Java would be relatively simple as far as modding goes. The SereneSeasonsTempModifier class provides a good blueprint for this as well.