Tags
Creators
Details
All versions
1.0-SNAPSHOT
Release
RealTime HUD 1.0-SNAPSHOT7 months ago 340
Compatibility
Minecraft: Java Edition
1.21ā1.21.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
š Initial Release
First public release of RealTime HUD!
⨠Features
- Real-time clock display showing your system time on the HUD
- Four position presets: Top Left, Top Right, Bottom Left, Bottom Right
- Adjustable horizontal and vertical padding (0-500 pixels)
- Toggle between 24-hour (23:45:30) and 12-hour (11:45:30 PM) format
- Keybindings for quick access:
- R - Toggle HUD on/off
- F - Switch time format
- Full Mod Menu integration for easy configuration
- Settings automatically save and persist between sessions
- Lightweight and performance-friendly
š Requirements
- Minecraft 1.21.x
- Fabric Loader 0.16.0 or higher
- Fabric API
- Mod Menu (optional, for GUI configuration)
š Known Issues
None currently! Report any bugs on the issue tracker.
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:Ib16sVo8:S3dGREAo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ib16sVo8:S3dGREAo"
}


