Tags
Creators
Details
0.1.2-alpha+mc26.2
Compatibility
Changes
E HUD 0.1.2-alpha
Clear Sight
This small quality-of-life update makes the target HUD quieter when there is nothing useful to inspect and clearer when a block has important state data.
Fixed
- The target HUD no longer identifies a missed crosshair target as Air.
- When the crosshair is not pointing at a block or entity, the target panel stays hidden.
Improved
- The old technical property count has been replaced with readable block-state information.
- Grass blocks say
With snoworWithout snow. - Common states now use clear wording for powered, waterlogged, open, lit, occupied, persistent, hanging, and attached blocks.
Compatibility
Dedicated Fabric alpha builds are included for:
- Minecraft 1.21 through 1.21.11
- Minecraft 26.1 and 26.2
Use the jar whose filename exactly matches your Minecraft version.
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:ratzt04c:ipIDKWVb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ratzt04c:ipIDKWVb"
}

