Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
1.16.5-2.0.0
Release
seasonhud-forge-1.16.5-2.0.04 months ago 33
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client-side
Client and server
Changes
[2.0.0] - 2026-02-27
Changed
- Large rewrite to hopefully make porting easier
- (1.21+ Forge) Updated to use the default Forge overlay rendering, now that it actually exists
- Biome fertility now only shows when it differs from the biome's default fertility (and is enabled in the config)
Added
- Minimap Mods:
- Added Xaero's Better PVP support
- Season Mods:
- Added Homeostatic Seasons support
- Added ProtoManly's Weather support
- Added sub-season support for:
- Fabric Seasons
- Fabric Season's default season length is 28, which is not evenly divisible to 3 sub-seasons
- The ingame config button is disabled if that is detected
- Also added a tooltip to suggest changing it to a number divisible by 3
- Also added a warning to the "showSubSeason" option in the config file
- The ingame config button is disabled if that is detected
- Fabric Season's default season length is 28, which is not evenly divisible to 3 sub-seasons
- Ecliptic Seasons
- Fabric Seasons
- Added a config option to replace the season name with the fertility value, when it differs from the biome's default
- Added a server config option to override the Serene Seasons sub-season length used in the date calculations
- Used if the server owner changes the length, but the clients don't have the updated Serene Season config.
Optional dependencies
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:VNjUn3NA:dzFADZ3F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VNjUn3NA:dzFADZ3F"
}








