Information in SeasonASMHelper available via the API?
OreCruncher opened this issue ยท 2 comments
I am the author of Dynamic Surroundings. As part of it's function it replaces the rain/snow rendering routines with a customized version. Because of this it basically nullifies TaN's hooks into the vanilla renderer to get biome temps for rain/snow determination.
I noticed that SeasonASMHelper has the routines I need to make the rain/snow rendering work the way TaN intends. Unfortunately I do not see this interface reflected up into the API that is currently defined. I do, however, have a sandbox version of my mod that directly calls the methods on SeasonASMHelper as a proof of concept and it is working.
My questions are:
-
Is the information provided by SeasonASMHelper buried in the existing API? I looked but couldn't find anything specific.
-
Could you provide the SeasonASMHelper interface into the public API? In my case I don't necessarily care about the season specifically - I just want to get the information in whatever way TaN deems fit.
-
If the first isn't possible what would be the position of me directly working with SeasonASMHelper to call the routines direct? I'm not too comfortable doing this since it isn't part of the API and makes a coupling between the mods that wouldn't necessarily be supported in future versions.
Thanks for the consideration.
@Adubbz Thank you!