
Locator menu gui
this mod adds a menu/gui that will track any mobs/players near you in the render distance you have on, this mod also shows how high or how low the mob is from your position, click t to open chat and drag/move the menu (works with mod menu for options)
Links
Tags
Creators
Details
1.21.11
Compatibility
Changes
v1.0.1 Added hover tooltips in the Mod Menu settings screen. Improved settings menu layout so buttons fit properly. Added full accent-color matching across the settings menu. Added See Invisible option. Added red warning text for the See Invisible feature. Improved smooth mode:New players and mobs fade into the Locator HUD. Text, distance, Y marker, row background, and arrows fade in together. Distance numbers update smoothly instead of snapping. Direction arrows rotate more smoothly.
Improved HUD polish and visual consistency.
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:7xrg29gt:gNgdGfmo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7xrg29gt:gNgdGfmo"
}
