AstralOrdana / Immersive-Weathering

An abundance of new natural systems to make your world feel more alive than ever.
GNU Lesser General Public License v3.0
88 stars 43 forks source link

PR to address Issue #391: Snowy stone blocks fix for seasonal mods #392

Closed labradoe closed 4 weeks ago

labradoe commented 4 weeks ago

This pull request addresses Issue #391

I followed the same logic as a commit 30e29f2. Snow should melt above the in-game freezing point of .15f to follow vanilla MC logic. Current code will not allow snowy stone blocks to melt unless they are in a biome with a temperature over 0.95f.

I removed the static variables as they are defined by warmEnoughToRain in the base code. I removed getTemperature methods since they aren't used/needed.