All versions
2.7.0
Release
Armor Glance 2.7.0last month 865
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
ArmorGlance 2.7.0 :Minecraft 26.2 (Chaos Cubed) New in this version Multi-Loader Support ArmorGlance now supports all three major mod loaders:
- Fabric :with Fabric API modules & ModMenu
- NeoForge :native support
- Forge :native support More Precise Positioning Four separate offset sliders in the config screen let you tweak exactly where the HUD sits:
- Up/Down :vertical position (0-200px each)
- Right/Left :horizontal position (0-500px / 0-40px)
- Adjustable Gap :spacing between armor slots Smarter Layout
- Items anchor from the bottom in vertical mode, and from the right in horizontal mode :no more floating off-screen
- Extra text padding prevents cutoff in compact layouts Config Screen
- Clean centered layout with all controls visible at a glance
- Same config screen works across all three loaders
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:KkFP5Jk3:vTZeiJel"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KkFP5Jk3:vTZeiJel"
}

