Beautiful Day Counter
A lightweight day tracker for Minecraft Java (Fabric).
Shows a subtle counter and a slide‑in notification announcing each new day.
Perfect for Hardcore players who just want to know how many days it's been since they first set foot in the world.
![]()
What It Does
![]()
- Day counter: Displays “Day N” unobtrusively. Toggle visibility with H.
- New‑day notification: When a new day begins, a notification slides in saying “Day N”.
- Configurable label: Change "Day" to anything (e.g., "Sol").
- It’s designed with native UI pieces to match vanilla’s look and feel.
- The HUD overlay respects F1: it does not render when Hide GUI is enabled.
- Death message: You'll be notified how many days you survived if you happen to kick the bucket!
How to use
![]()
- Toggle: Press H (default) to show/hide the counter.
- Configure keybind: Open Options -> Controls -> Keybinds and scroll down to Beautiful Day Counter
- Configure: Open Mod Menu → Beautiful Day Counter → Configure. Edit label and HUD visibility.
- Single/multiplayer: Works everywhere. The mod detects day locally; if the server also has the mod, it can broadcast authoritative day changes.
Planned features
- All done for now :)
Fun Facts
- Day/night cycle: A Minecraft day is 24,000 ticks (~20 minutes). We compute days as floor(timeOfDay/24000)+1.