Tags
Creators
Details
Licensed ARR
Published 4 months ago
All versions
0.13.10
Release
EclipticSeasons-26.2-neoforge-0.13.10.jar6 days ago 84
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
- 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.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ofdM7yJE:ErkxPkpP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ofdM7yJE:ErkxPkpP"
}

