DetailedHP
DetailedHP is a client-side Forge mod that replaces the standard health and hunger bars in Minecraft's interface with precise numerical values. You'll be able to see current and maximum health and hunger points displayed as numbers.
The mod is fully compatible with other modifications that change the player's maximum health and offers extensive customization options for information display.



Mod Configuration
The configuration file is located at .minecraft/config/detailedhp/config.txt. To apply changes, simply open the pause menu (press ESC), and the settings will automatically reload.
Display Position
You can customize the position of numbers on the screen using the parameters posx, posy, orientation, posx_food, posy_food, and orientation_food. The orientation parameter determines the reference point for positioning.
Available orientation values: top-left, mid-left, bottom-left, top-centered, mid-centered, bottom-centered, top-right, mid-right, bottom-right
Text Color
Use the parameters basecolor and basecolor_food to set the main text color in HEX format. You can also apply standard Minecraft formatting codes through the prefix/prefix_food and suffix/suffix_food parameters.
Scale
If the numbers are too large or small, adjust the scale and scale_food parameters. These values are multipliers: 0.5 will halve the text size, while 2.0 will double it.
Prefixes and Suffixes
The prefix/prefix_food and suffix/suffix_food parameters allow you to add custom text before and after the numerical values.
Disabling Maximum Values
If you don't want to see maximum health or hunger values (the number after the slash), set the showmaxhealth and/or showmaxfood parameters to false.
Complete Element Hiding
To completely disable the display of health or hunger, set the enablehealth and/or enablefood parameters to false. You can always restore them by setting the value to true.
Dependencies
The mod requires Konkrete to be installed.