All versions
2.2.0+mc26.1.2
Release
Day Counter 2.2.0 for Fabric 26.1.22 weeks ago 863
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
New:
- Static Display – New HUD mode that keeps the day counter permanently visible on screen, with adjustable background transparency.
- Independent Label Color – The "Day" label now has its own color setting, fully independent from the day number color. Each can follow biome color or use a custom color separately.
- Custom Label – The "Day" word can now be replaced with any custom text, or automatically translated using the game's current language setting.
- The Void biome – Added color support for The Void biome. Translations:
- Added translation of the word "Day" for all 128 supported Minecraft languages.
- Fixed French biome names to match official Minecraft localization.
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:gZOTEPbp:Gm4q5DmV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gZOTEPbp:Gm4q5DmV"
}



