GUI Clock (Legacy Fabric)
GUI Clock (Legacy Fabric) - Minimalistic In-Game Clock Display
This client-side mod adds convenient time display directly in the game interface. Requires installation of the library mod Collective (Fabric) and Fabric API.
This version is intended for Fabric 1.16 and 1.17. Newer versions and updates are available on the main project page.
Main Features
The mod displays time in the interface when a clock is present in the inventory. You can choose between game time and real time, as well as between 24-hour format and AM/PM format. Additionally, you can show the world's age in days below the time.
By default, the clock automatically lowers when potion effects are active to avoid interface overlap.
Configuration Settings
The mod offers extensive customization options:
- mustHaveClockInInventoryForGameTime (default: true) - show game time only when a clock is in inventory
- mustHaveClockInInventoryForRealTime (default: true) - show real time only when a clock is in inventory
- lowerClockWhenPlayerHasEffects (default: true) - lower clock when potion effects are active
- _24hourformat (default: true) - use 24-hour format
- showOnlyMinecraftClockIcon (default: false) - show clock icon instead of digital time
- showBothTimes (default: false) - show both game time and real time simultaneously
- showRealTime (default: false) - show real local time instead of game time
- showRealTimeSeconds (default: false) - show seconds in the clock
- showDaysPlayedWorld (default: true) - show number of days in the world
- clockPositionIsLeft/Right/Center - clock positioning on screen
- clockHeightOffset and clockWidthOffset - vertical and horizontal offset
- RGB_R/G/B - clock text color settings
Usage Examples
24-hour format:
12-hour format:
24-hour format with real time:
Day counter:
Clock icon mode:
Automatic lowering with effects:
If you like this mod, you might also be interested in GUI Compass.