OxesCounter banner
OxesCounter icon

OxesCounter

Create Fabric mod for version 1.21.1 that shows a top-right HUD with Minecraft day count and real-time minutes until the next in-game day; client-side only;...

00
fabricClient1.21.1mod

OxesCounter Notes

  • Adds a lightweight HUD in the top-right that shows the current Minecraft day (starting at Day 1) and the real-world minutes until the next in-game day boundary.
  • Runs client-side only and appears whenever you are in a world with a loaded player; uses simple white text with a small margin from the screen edge for readability.
  • The timer derives from the world time (20 ticks per second), updating every frame to keep the countdown aligned with the current tick state.
  • Works in singleplayer and multiplayer because it reads the client world time and reflects any time adjustments made with commands or server changes.
  • Limitation: the “minutes” estimate assumes a steady 20 TPS; severe lag or intentional tick speed changes will make the countdown drift from real-time minutes.