Tags
Creators
Details
All versions
10.2.0-26.2
Release
Hudder 10.2.03 weeks ago 57
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Additions:
- Added a proper selection list for huds instead of having a text box that inputs the filename of the hud
- Added
first_executionvariable for if it's the first time this hud has ran (since clearing cache), should be useful for initalizing huds - Added "integer" option type to hudpacks (require format version 3)
- Added an edit button for the huds in Hudder's settings (Opens system editor)
- Added experimental reimplementation of the Hudder compiler using ASM and Bytecode generation (Further implementation details will be reported on upon exiting experimental status)
Changes:
- Hudpack format version 3
- Draging and dropping huds into Hudder's settings now copies them into Hudder's huds folder.
- Compilers now report which huds they support
- Experimental compilers now show a warning when selected in Hudder's settings
- General performance improvements across the entire codebase
Removed:
- Removed the built in hud
tutorial.hud - Removed the built in hud
worldtime.js
Fixes:
- Huds that take longer than a second to compile now compile in the background
;no_sys_var;and;sys_var;not doing their job- Inconsistent casing with Functions and Methods (All methods and functions are now case sensitive)
- Built in huds always regenerating after deletion, built in huds now only regenerate if the hudder folder is missing completely
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| hudder-10.2.0-sources.jar | Sources jar | 822.91 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:vnyaLVon"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yY98jKdv:vnyaLVon"
}

