Snow & Weather Troubleshooting
Diagnostic Flow — "Snow effects not working"
- Which system? Particles (cosmetic), terrain snow (block changes), or weather control?
- For particles: check
Snow.Enabled, player world, and/winter snowtoggle - For terrain: check
Terrain.Snow_Generation.Enabled— requires server restart, not reload
Common Mistakes
- Particles auto-reduced to 8 on low TPS — users report "fewer particles than configured" during lag. This is intentional performance protection
Weather.Disable: trueoverridesSnow_Storm— these are mutually exclusive. SetWeather.Disable: falseto use Snow_StormOnly_Melt_Unnatural_Snowskips Y>90 mountain biomes — prevents melting naturally snowy areas. Users report "snow not melting in mountains" — this is by designFreeze_Ignoreprevents water freezing near specific crop+neighbor combos — protects farms from ice. Users report "water not freezing near my farm" — check this setting
Performance Tuning
- Target: <1.5ms for particle render — use
Debug: [lag-particle]to measure - Reduce
Amount, increasePeriod_Ticks, reduceRange.Horizontal/Range.Vertical, reduceRadiusfor terrain - Snow_Generation changes require full restart — won't apply with
/winter reload