Tags
Creators
Details
All versions
0.1.0+mc26.2
Alpha
E HUD 0.1.0 for Minecraft 26.2last month 3
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
Fabric release for Minecraft 26.2.
Changelog
0.1.0
- Initial E HUD release.
- Added automatic context-sensitive entity, block, machine, storage, world, and player inspection.
- Added modern Basic/Advanced configuration interface, Mod Menu integration, and Options fallback button.
- Added per-item customization, live preview, drag placement, search, favorites, and recently changed lists.
- Added profiles, text import/export, global and scoped profile support, backups, reset protection, and staged saving.
- Added neon appearance controls, lightweight animation, severity icons, warning sounds, pinning, and performance controls.
- Added optional server capability handshake, vanilla-server notice, operator policies, and E HUD Admin.
- Added Animal HUD hard-incompatibility protection.
- Added dedicated Fabric builds for every stable Minecraft Java 1.21 release from 1.21 through 1.21.11.
- Added dedicated Fabric builds for Minecraft 26.1 and 26.2 using Java 25 and the unobfuscated Fabric toolchain.
- Fixed a 26.x startup crash caused by namespaced networking payload identifiers being parsed as Minecraft paths.
- Fixed a Minecraft 26.x settings crash caused by requesting GUI blur more than once in a frame.
- Added version adapters for the 26.x HUD renderer, key mappings, networking registries, GUI extraction, and screen ownership changes.
- Replaced the short license stub with the full Oolist Project License v1.0 supplied by Oolist.
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:mrivu3Vd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ratzt04c:mrivu3Vd"
}

