Revamp which biomes will snow over and not since there is no logical difference between Spring and Fall
Temperature dependent weather behavior is not correct since values are in reality between -0.7 - 2 rather than 0 - 1
Currently, there is no way to force a biome to snow over during the winter
oceans are automatically ignored for seasons when it should be configurable
Changes:
Different biomes now snow over depending on time of year. The following image is what you should expect every season. This means more biomes will snow over as compared to vanilla during Spring. Freezing is considered to be temp == 0.15 or lower
Oceans are now part of the denyList rather than the ignore list, so one can configure to opt oceans into the seasons.
Removed using the JUNGLE_LIKE_TAG as this is a symptom of not using the correct temperature values. Refactored as necessary
Implement way to force a biome to snow over during the winter. This is configurable.
Testing:
Ensure forced snow biomes snow during winter
Ensure biomes snow over appropriately during the year
Problem:
Changes:
Testing:
Summer: Fall: Spring: Winter: