

Surrounding Indicators
What is this modification?
This is a lightweight client-side mod that displays health information for all creatures within range directly in the corner of your screen. It works with any mobs, including those added by other modifications, and fully supports multiplayer mode, also showing the health of other players!
Latest updates
- Added support for Minecraft 1.19
- Implemented unique visual effects for illagers, husks, elder guardians, and riding animals
Displaying creature and player health
By default, the left side of the screen shows health information for all visible mobs and players. The interface appearance can be customized through the configuration file.
Team information
The right side displays health indicators for members of your team from the scoreboard. This feature is especially useful in multiplayer games.
Configuration settings
[common]
# Maximum number of displayed health indicators
maxIndicatorsDisplayed = 5
# Maximum number of team health indicators
maxTeamIndicatorsDisplayed = 7
# Starting position of the indicator on the X axis
indicatorX = 0
# Starting position of the indicator on the Y axis
indicatorY = 0
# Detection distance for displaying creature health
indicatorDistance = 7.0
# Enable numerical indicators next to mob name
enableNumericalIndicator = false
# Team indicator position on the X axis (counted from the right edge)
teamIndicatorX = 95
# Show only player health indicators
onlyPlayerIndicators = false
# Enable team health indicators display
enableTeamIndicators = false
# Starting position of the team indicator on the Y axis
teamIndicatorY = 0