Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
Updated last week
All versions
0.32.51
Release
MiniHUD-1.21.1-0.32.512 years ago 29.9K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
- Merge code from Development Branches (1.21.3+)
- update SlimeChunk renderer to not 'uploadData' when not able to locate any Slime Chunks.
- add
villagerOfferPriceRangefor the Villager Overlay to display a range of price. - add raw NBT support for
inventoryPreview/infoLines, and setinfoLinesUsesNbtas the default, while disablingentityDataSyncLoadNbtas the default. - add "locked slots" support for Crafter's in the
inventoryPreview - Upgrade EntityDataSync protocol to cache NBT data in addition to the way it was previously, where
entityDataSyncLoadNbtis still available to allow a user to "load NBT into the ClientWorld", but this feature causes problems with other mods; such as Polymer -- so it is now disabled by default in favor of using the raw NBT data; and will probably be removed in the near future. - fix MobCapData for the Integrated Server to work.
- add additional Servux info Line information, including stats for the entityCache, the Structure data, and the world spawn information.
- add
infoEntityVariantline to display Entity Variants, such as Sheep colors (for Sheep farms) and Horse/Wolf types. - add Beehive 'flower_pos' information from NBT, as part of the
infoBeeCountline. - add
infoLookingAtPlayerExpandinfoPlayerExperienceinfo lines. - add additional
infoZombieConversiondata points for Zombies -> Drowned, and Skeletons -> Husks. - Add Bundle Previews to replace / co-exist with the new Vanilla one.
- add Servux support for sending the World Seed, and Weather information; where now, the
Clear Weathertimer even now works; even on a server. (REQUIRES Servux 0.3.8) - Fix
infoEntityVariantfor Non-Op players, and without Servux & other various EntityDataSync fixes. - Fix
infoWeatherto be more accurate. - Requires MaLiLib 0.21.1
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:AjJCjuIP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UMxybHE8:AjJCjuIP"
}

