Tags
Creators
Details
0.1.1-alpha+mc26.2
Compatibility
Changes
E HUD 0.1.1-alpha
Recovery
This update focuses on making E HUD safer and more dependable across every supported Minecraft version.
Fixed
- Corrupted or empty configuration files no longer leave E HUD unable to start.
- Invalid configurations are preserved in the E HUD backup folder before safe defaults are restored.
- Invalid, missing, or extreme setting values are repaired and kept within safe limits when configurations and presets are loaded.
- Interrupted configuration and preset saves are less likely to damage player settings.
- Invalid preset files now produce a clear import error instead of destabilizing the settings screen.
- Unexpected target-inspection or HUD-rendering errors now skip the affected frame and write a rate-limited diagnostic to the log instead of crashing the client.
- Cached and unremembered pinned target information is cleared correctly when changing worlds or servers.
Changed
- Release verification now checks the embedded E HUD version and exact Minecraft dependency in every jar.
- Embedded project links now point to the official E HUD Modrinth page and GitHub source repository.
Compatibility
Dedicated Fabric alpha builds are included for:
- Minecraft 1.21 through 1.21.11
- Minecraft 26.1 and 26.2
Use the jar whose filename exactly matches your Minecraft version.
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:ratzt04c:j2keGBpB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ratzt04c:j2keGBpB"
}

