All versions
v2
Release
ShardHud v221 hours ago 8
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Changelog Version 2
- Added support for Minecraft 26.1.2 and 26.2
- Added the new compact text-list notification style
- Added green [+] indicators for joining players
- Added red [-] indicators for leaving players
- Player names now remain white in compact mode
- Removed backgrounds, glow, sliding, and shrinking from compact mode
- Reduced spacing between compact notification entries
- Added smooth fade-in and fade-out behavior
- Added /shardhud style text
- Added /shardhud style card
- Added /shardhud style toggle
- Added an adjustable visible-name limit from 1–30
- Added /shardhud limit <number>
- Added visible-name controls to the HUD editor
- Added one-pixel position adjustment buttons
- Added keyboard arrow-key positioning
- Added click-to-position support
- Added full screen-edge overscan
- Expanded position values from 0–1 to -0.5–1.5
- Removed the blurred HUD editor background
- Improved drag handling in the HUD editor
- Added a dedicated ShardHUD keybind category
- Updated configuration migration and defaults
- Improved compatibility with multiple Fabric API releases
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:Uq8k0G0C:BEvwCe1A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Uq8k0G0C:BEvwCe1A"
}

