
Day Time Count
This utility mod adds a simple counter to the game screen, helping players track the current day and time.
- Загрузки
- 4K
- Подписчики
- 3
- Обновлён
- 21 апреля 2026 г.
- Лицензия
- GPL-3.0-or-later
Опубликован 19 марта 2026 г.
Day Time Counter
Day Time Counter is a lightweight utility mod that adds a clean, minimal display to the top-left corner of your screen, showing the current day and in-game time.
Features
Real-time Day & Time Display: Instantly see the current in-game day and time.
Milestone Celebrations: When you reach survival milestones (10, 50, 100 and so on), there will be a "cheer" screen title and a celebratory sound effect to mark your progress.
Fully Customizable: Adjust the display's position, font size, and color to fit your preferences.
Requirements
- Fabric API 0.145.4 or higher
Configuration
The mod's configuration file is located at config/daytimecount.json.
{
"tracker_style": "default (default | compact | day_only | time_only)",
"tracker_position": "top_right (top_left | top_right | bottom_left | bottom_right | hotbar)",
"tracker_text_color": "#FFFFFF (#RRGGBB or #AARRGGBB)",
"tracker_text_scale": "1.0 (0.5 to 3.0)",
"milestones": {
"100": {
"title": "Wow, 100-Day Challenge!",
"subtitle": "It\u0027s time to show off your world!",
"title_color": "AQUA",
"subtitle_color": "GREEN",
"sound": "ui.toast.challenge_complete"
}
}
}
tracker_text_color supports either #RRGGBB (alpha defaults to FF) or #AARRGGBB.
Preview

Ченджлог
1.5.1Релиз26.1, 26.1.1, 26.1.2 · 21 апреля 2026 г.
- Changed default tracker position to top-left
1.5.0-pre2Бета26.1, 26.1.1, 26.1.2 · 15 апреля 2026 г.
- Fix requirements in metadata file
1.5.0-preБета26.1, 26.1.1, 26.1.2 · 15 апреля 2026 г.
- Bump Minecraft version to 26.1.x
1.4.0Релиз1.21.11 · 14 апреля 2026 г.
- Update customizable tracker text color and size
1.3.0Релиз1.21.11 · 1 апреля 2026 г.
- Update milestones configuration, including title, subtitle, color, sound
1.2.2Релиз1.21.11 · 27 марта 2026 г.
- Fix tracker overlapping armor indicator
1.2.1Релиз1.21.11 · 27 марта 2026 г.
- Bump fabric-api to a compatible version
1.2.0Релиз1.21.11 · 25 марта 2026 г.
- Ability to customize day time tracker style
Комментарии
Загружаем…