/ImmersiveSnow

Small tweaks that add to Minecraft's Winter theme.

Primary LanguageJavaMIT LicenseMIT

Immersive Snow

Mod Version

Small tweaks that add to Minecraft's Winter theme. Intended for use with a season mod.

Features:

  • Snow recalculation upon chunk loading. No more winter chunks in the summer!
  • Changing day cycle duration depending on the season. Longer nights in the winter.

Compatibility

The following season mods are supported:

  • Serene Seasons (Forge)
    • A special hook is used as it does not actually modify the biome temperature method but rather modifies all vanilla code that uses it.
  • Fabric Seasons (Fabric)
    • Full compatibility out of the box without special tricks

Hourglass integration requires Forge and Serene Seasons. It will overwrite your daySpeed and nightSpeed to match the current season, however you can set a hourglassDaySpeed / hourglassNightSpeed in the configuration file if you wish. If you want, you can disable it entirely in the configuration. (Hourglass for 1.16.5 is on CurseForge)

Performance

Some performance degradations are a given, since the mod has to change 16x16=256 blocks per chunk upon every chunk loading. If you see a noticeable performance impact, please file an issue in the tracker with a Spark profiler report for investigation.

Acknowledgements

This mod is a remake of my private mod BetterSereneSeasons, which was originally a 1.19.2 Forge remake of Serene Tweaks.