File Details
EclipticSeasons-26.2-neoforge-0.13.10.jar
- R
- Jul 12, 2026
- 9.56 MB
- 134
- 26.2
- NeoForge
File Name
EclipticSeasons-26.2-neoforge-0.13.10.jar
Supported Versions
- 26.2
Curse Maven Snippet
- Improved crop growth information under poor network conditions. If a crop is affected by the seasonal growth system, its name is now displayed immediately while detailed information is being retrieved from the server.
- Introduced
SeasonalLevelLoadEventto replace direct reliance on Neo/Forge'sLevelEvent.Loadfor client world initialization. Unlike the original event, it is only fired for the active client world, avoiding issues caused by temporary or fakeClientLevelinstances created by other mods. - Removed the unused
BIOME_WEATHER_QUERY_LISTcache fromWeatherManager. This legacy cache was no longer used and could increase the risk of memory leaks in complex modded environments due to unexpectedClientLevellifecycles.