All versions
1.2.0+mc1.21.7
Release
Day Counter 1.2.0 for Fabric 1.21.7last year 179
Compatibility
Minecraft: Java Edition
1.21–1.21.7
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- New Colors
- 100 Days Milestone: Aqua (00f6ff)
- 1000 Days Milestone: Blue bolt (00aeff)
- Biome custom colors:
- Deep Dark: Dark Turquoise (1ccfd2)
- Mushroom Island: French Lilac (835a92)
- Nether Wastes: Puce Red (6f2f30)
- Crimson Forest: Firebrick (aa2020)
- Warped Forest: Metallic Seaweed (167e86)
- Soul Sand Valley: Liver Chestnut (Horses) (5b4538)
- Basalt Deltas: Outer Space (484848)
- The End Dimension: Opera Mauve (a979a9)
- New Milestone
- 10000 days milestones:
- Classic Animation
- Blue (003cff) + Bold Text
- WITHER_SPAWN sound
- 10000 days milestones:
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:XqJ0BO0n"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gZOTEPbp:XqJ0BO0n"
}



