Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
0.38.3
Beta
MiniHUD 1.21.11-0.38.35 months ago 90.8K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- add:
infoFacingdirections for UP and DOWN. Why were these missing? :think: - bootstrap: Turkish lang file
- Fix Jumpy Villager Overlay Text
- update EnderItems Preview to use Data Tags
- Add Lightning Rod Range Overlay Feature (#197)
- Adjust it so that any data files that are "empty" are not written, and if the (config/minihud) file is empty, delete it.
- Migrate Thread Worker to new MaLiLib Interface.
- Add "All" config tab
- Bump Gradle, etc, add mixins plugin.
- several i18n lang updates, including Turkish & Japanese changes.
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:UMxybHE8:LTpNG9hs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UMxybHE8:LTpNG9hs"
}


