All versions
1.0-alpha5
Alpha
March UI 1.0-alpha53 months ago 661
Compatibility
Minecraft: Java Edition
26.1–26.1.1
Platform
Fabric
Supported environments
Client-side
Changes
- Implemented the in-game HUD, with support for all vanilla HUD elements. Also included is a saturation bar.
- Implemented a dynamic minimap, as well as a compass in-game. Bars blink when holding an associated item/food to show possible restoration
- Added a March UI settings panel. The vanilla mode option will use the default font and semi-oblique backing option for UI elements.
- Implemented the multiplayer screen
- Added more title screen background options, accessible from the settings panel
- Added a start screen, shown before the main menu.
- Fixed world selection screen layout inconsistencies
- Improved text rendering
- Improved world loading screen & generic message screen to use a unified background
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:eHMF15kn:XxWJ5xGN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eHMF15kn:XxWJ5xGN"
}

