-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compat with season mods? #20
Comments
Fabric seasons does not expose any API I can use. Serene seasons is distributed under a restrictive ARR license and thus hard to add compat for without risking issues in the future. As for temperature mods - that really has to be done on their end given what's involved in most cases. I expose an API people can use. If there's specific temperature mods that expose an API I could work with from my end I can look into it but generally speaking it's a lot easier to implement from the other end. |
Hi Luke, I'm working on a new seasons mod with Joris, titled Simple Seasons. Would you be up to work together to add compatibility? I think it'd be super cool to have seasons and regional weather working together, It's something I've wanted to make happen for quite a while! |
I can add compatibility for a seasons mod pretty easily on my end - basically, I just need some API I can query to get the current season from your mod, and then I'll use that when calculating the weather. |
Awesome, thanks. I'll get that in place for you. I'll let you know how it goes! |
simple seasons looks very promising! I'm looking forward to the stable version of this mod :) |
@lostopkk Thanks, glad you like it!
@lukebemish I added an API for fetching the current season per world. It simply returns the season int, which you can check against the Also, FYI, the For temperature and such, I'm planning on modifying the actual biomes for that, but I still have to look into exactly how to do that. So far I'm only changing precipitation and no actual simulation of temperatures is in place yet. Might be cool to look into for the future, but that might get tricky with compat with Tempest. |
Would be nice if we could also get serene seasons support. I believe their mod already has a seasons api that you can hook into. |
Serene seasons is distributed under a restrictive ARR license and thus hard to add compat for without risking potential legal issues in the future. |
Really? Cold Sweat has built-in compatibility for it and I haven't heard/seen anything about that being an issue. They even have a whole API section in their code, I assume for people to add interoperability between their mods and Serene Seasons. I believe the legal issues would only occur if you started to try and rip their code/assets and use them in your own mod, instead of using their APIs. |
They (Serene Seasons) distribute their mod under an "all rights reserved" license. Any mods that depend on their API do so entirely at their own risk and are at constant risk of being told they are violating Serene Season's license |
Their API is supposedly public according to Glitchfiend/SereneSeasons#448. Will compatibility be considered here then? |
As I already said,
Whether the API is public or not is unimportant. It is distributed under an ARR license. |
Any updates on this? |
Hello, maybe it would be a good idea to make build in compatibility with season and temperature mods? Would make it really immersive.
The text was updated successfully, but these errors were encountered: