Tags
Creators
Details
All versions
11.0.0-26.2
Release
Hudder 11.0.015 hours ago 40
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Additions
- Added Auto-detect compiler setting that automatically selects the correct compiler for each hud.
- New compiler API (Fully replacing the old one).
- Added
game_timevariable.
Changes
- Hudder now defaults to V3.
- V3 now takes priority over V2 in Auto-detect.
getfunction now points directly to the DataVariableRegistry rather than the compiler's own variable system.- Various UI methods now accept floats for positioning and scaling allowing for more accurate positioning.
Fixes
- Fix weird behavior with the verticies methods.
- Fix some errors in the log not showing up as errors.
- Fix
worldtimeanddaytimevariables
Removals
- Removed buggy "Hud is still compiling" message for now
- Remove remnants of global variables including the message at startup.
Notes:
All the addons I've tested with this release had issues and need updating so if you rely on any addons I'd wait before updating.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| hudder-11.0.0-sources.jar | Sources jar | 839.62 KiB |
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:yY98jKdv:pMtV3lYj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yY98jKdv:pMtV3lYj"
}

