作者:rebot | 分类:模组
Minecraft 版本: 1.21.5
平台: fabric
标签: game-mechanics library utility
DynamicHUD is a library for Minecraft mod creators using Fabric (Minecraft 1.19.4+). It lets developers create customizable HUD elements that players can modify and interact with, enhancing both visuals and gameplay.
TextWidget for easy text display and expand with more specialized widgets.DrawHelper, ColorHelper, and TextureHelper for efficient and streamlined development.Shift to snap widgets to an imaginary grid.DynamicHUD provides tools for developers but does not add HUD elements by itself.
Users looking for in-game HUD elements should refer to mods that use DynamicHUD.
Fabric only — no plans for Forge support.
To ensure mods that depend on DynamicHUD work correctly, follow these steps to add DynamicHUD to your Minecraft installation:
dynamichud-<version>.jar file from the official release page.%APPDATA%\.minecraft~/Library/Application Support/minecraft~/.minecraftmods folder within your Minecraft directory. If it doesn't exist, create it..jar file into the mods folder.Enjoy the enhanced HUD experience provided by mods utilizing DynamicHUD!
Visit our wiki for more detailed information about the library!
To integrate DynamicHUD into your mod, add it as a dependency in your build.gradle file:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
maven {
name 'Xander Maven'
url 'https://maven.isxander.dev/releases'
}
}
dependencies {
// Dynamic HUD
modImplementation 'com.github.V-Fast:DynamicHUD:<Version>'
}
https://tanishisherewith.gitbook.io/archived-legacy-dynamichud/
Contributions are welcome! If you’re interested in improving DynamicHUD or adding new features, please review our contributing guidelines.
DynamicHUD is released under the MIT License. Feel free to use and modify it in your mods, with proper attribution back to this repository.
Need assistance or have suggestions? Join our Discord community or submit an issue on our GitHub repository.
请登录后举报
暂无评论,抢个沙发吧~