Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 3 weeks ago
All versions
1.2.3+1.20.2-forge
Release
1.2.3+1.20.2-forge2 months ago 10
Compatibility
Minecraft: Java Edition
1.20.2–1.20.4
Platform
Forge
Supported environments
Client-side
Changes
ElytraHud3 1.2.3 -- Forge coverage extended to 1.21.11 + issue-tracker fix.
- NEW: Forge builds for MC 1.21.10 (Forge 60) and 1.21.11 (Forge 61); the overlay-registration API is present on those builds, so Forge now covers through 1.21.11 alongside Fabric and NeoForge.
- FIXED: the in-manifest Issues link now points to the central support tracker (github.com/Kishku7/mod_support/issues) on every jar and loader (previously a disabled tab).
- No gameplay or rendering changes from 1.2.2. 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 there), Forge 1.21.2 (never shipped), no Forge on 26.x, NeoForge 1.21.9 (beta-only) and no NeoForge 26.3 yet -- use Fabric for those.
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:rbik7Z97"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:plksOJtT:rbik7Z97"
}

