Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 3 weeks ago
All versions
1.2.2+1.20.2-forge
Release
1.2.2+1.20.2-forge2 months ago 3
Compatibility
Minecraft: Java Edition
1.20.2–1.20.4
Platform
Forge
Supported environments
Client-side
Changes
ElytraHud3 1.2.2 -- one source, every version.
- The whole 1.20 -> 26.x range now builds from a single unified source tree; every claimed (MC, loader) pair is client-gated (HUD rendered + screenshot-verified in-world).
- NEW: Forge support on MC 1.20.2 / 1.20.3 / 1.20.4 (previously only Fabric/NeoForge covered those).
- Correct per-version resource pack metadata (fixes missing HUD textures on 1.21.9+ clients). Known gaps (loader limitations, not the mod): Forge 1.21 / 1.21.3 / 1.21.4 / 1.21.6 / 1.21.7 (Forge removed its HUD-overlay registration API on those specific builds), no Forge on 26.x, and NeoForge has not shipped a 26.3 build yet -- use Fabric for those. Fabric + NeoForge cover the rest.
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:plksOJtT:Rlq7Mlvn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:plksOJtT:Rlq7Mlvn"
}

