You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm not really sure this should really even be considered a bug or really an issue at all, since it's clear the mod is working as intended. But if you have the mod enabled alongside Terralith and you go to a Siberian Taiga biome, where it generates snow but it doesn't actually snow, you will find that snow does not spawn under trees, and similarly snow will not spawn under trees when it is snowing.
My guess is that the code will do its behavior only in biomes where it does snow, making this case a weird edge case. There might be some data regarding biomes like Siberian Taiga that would indicate that snow spawns there (perhaps the temperature ranges? Though I'm sure that'd easier said than done to implement). Anyway, just wanted to make light of this weird case I encountered. Thank you for making this mod! Cheers!
The text was updated successfully, but these errors were encountered:
Thank you! Snow under trees at world gen only happens based on temperature and precipitation, not whether snow spawns during world gen at all. This is why you don't see any snow under trees in the Siberian Taiga, as it has no precipitation. Perhaps also checking for snow spawning for world gen is something I can add.
So I'm not really sure this should really even be considered a bug or really an issue at all, since it's clear the mod is working as intended. But if you have the mod enabled alongside Terralith and you go to a Siberian Taiga biome, where it generates snow but it doesn't actually snow, you will find that snow does not spawn under trees, and similarly snow will not spawn under trees when it is snowing.
My guess is that the code will do its behavior only in biomes where it does snow, making this case a weird edge case. There might be some data regarding biomes like Siberian Taiga that would indicate that snow spawns there (perhaps the temperature ranges? Though I'm sure that'd easier said than done to implement). Anyway, just wanted to make light of this weird case I encountered. Thank you for making this mod! Cheers!
The text was updated successfully, but these errors were encountered: