1.0.0
Compatibility
Changes
📦 Version 1.0.0 — Initial Release
The Playtime Tracker mod introduces a simple yet powerful way to monitor how long you've played in your singleplayer world. Whether you're pushing for a 1000‑Day Hardcore Challenge or just curious about your total time spent, this version lays the foundation for accurate and lightweight tracking.
✨ New Features
- Added a real‑time playtime counter that tracks seconds, minutes, hours, and days.
- Displays total playtime directly in‑game — no external tools required.
- Fully compatible with Fabric 1.21.1+.
- Lightweight and optimized for minimal performance impact.
- Perfect for long‑term survival worlds and hardcore runs.
🧩 Technical Details
- Client‑side only — does not require server installation.
- Integrates smoothly with most HUD and overlay mods.
- Uses efficient tick‑based tracking for precise time measurement.
- Data is stored per world, ensuring accurate separation between saves.
🚀 Planned Additions
- Customizable display styles (compact, detailed, minimalist).
- Optional multiplayer leaderboard integration.
- Config file for adjusting update intervals and display format.
- Support for additional mod loaders (Forge, Quilt).
🐞 Known Issues
- Playtime may reset if world data is manually edited or deleted.
- Minor visual overlap with certain custom HUD mods.
💬 Notes
This release focuses on stability and clean integration. Feedback and suggestions are welcome — future versions will expand customization and multiplayer support.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| daycountermod-1.0.0.jar | Unknown | 12.96 KiB |
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:Z84pX7PX:ehmVMhTX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Z84pX7PX:ehmVMhTX"
}

