Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated last month
All versions
1.4.4-26.1
Release
XDBar 1.4.4 for 26.1.X2 months ago 451
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
- The mod now applies config changes when they're actually changed, instead of replacing the whole rendering function
- "Fixed" Show Level in Creative working with spectator mode
- Fixed crash with mod Better Mount Hud (#4)
- Increased waypoint decorations (distance) display offset to 30
- Changed waypoint decorations (distance) y offset offset to -1
- ConfigMenu now accepts blank line or "0", which will be treated as default
- Added 'blank line as default' mention in ColorEntry's tooltip
- Reworked how the level indicator's outline is toggleable
- Fixed config saving invalid colors sometimes
- Waypoint decorations (distance) no longer displays while a pin arrow is being rendered
Optional dependencies
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:Mx8K6m3W:k0zfdtWQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Mx8K6m3W:k0zfdtWQ"
}


