All versions
6.0
Release
Day Counter 6.03 months ago 254
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
Versions (Game):
- Added support: 1.21.1, 1.21.4, 1.21.8
- Updated: 1.20.1, 1.20.4, 1.20.6
Added:
- New logo.
- New short introduction. Which is this:
Day Counter is a fully customizable Minecraft mod that tracks the passage of time in your world and brings it to life. With features like date system, multiple UI options, Calendar item and block, and configurable day-based events and rewards, it adds a whole new layer of progression and atmosphere to your gameplay. Whether you're running a server or playing solo, Day Counter helps you stay in sync with your world day by day.- Below name data show with the option in the config to turn off.
- Player list data show with the option in the config to turn off.
- Sidebar data show with the option in the config to turn off.
- A text option in the config where you can change the text which appears below the player name next to the Day count, and in the Sidebar as well.
- In-game config from 1.21.8 version.
- Lot of optimization.
Changed:
- Config overhaul with new type config .tml.
- In the config the color codes have been changed to the default vanilla color code, so instead of $6$ you need to type §6.
- In the config the variables last and first character have been changed from this $ to this %.
Fixed:
- The subtitles, chat, and action bar don't seem to be working properly
Removed:
- "/daycounter reload" command
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:rvq6KsSD:VlKe4myB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rvq6KsSD:VlKe4myB"
}

