bl4ckscor3 / SnowUnderTrees

A Minecraft mod that adds snow under trees in snowy biomes.
https://curseforge.com/minecraft/mc-mods/snow-under-trees
MIT License
3 stars 2 forks source link

Snow does not generate under trees in biomes that spawn with snow, but do not actually snow #16

Open Ldawsonm opened 2 weeks ago

Ldawsonm commented 2 weeks ago

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!

bl4ckscor3 commented 2 weeks ago

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.