We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Values for hud.anchorPoint TOP_LEFT, TOP_CENTER, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
Only TOP_LEFT works.
The text was updated successfully, but these errors were encountered:
Yes same issue, plus how do I only get the bar above the mobs and not the dialog box thing?
Sorry, something went wrong.
Config just isn't updating
Type and enter this %appdata%/.minecraft/config at Win + R
%appdata%/.minecraft/config
Then find the torohealth.json Then change the code to be like mine:
{ "watchForChanges": true, "hud": { "distance": 60, "x": 4.0, "y": 4.0, "scale": 1.0, "hideDelay": 20, "anchorPoint": "TOP_LEFT", "showEntity": true, "showBar": true, "showSkin": true, "onlyWhenHurt": false }, "bar": { "damageNumberType": "LAST", "friendColor": "#00ff00", "friendColorSecondary": "#008000", "foeColor": "#ff0000", "foeColorSecondary": "#800000" }, "inWorld": { "mode": "WHEN_HOLDING_WEAPON", "distance": 60.0, "onlyWhenLookingAt": true, "onlyWhenHurt": false }, "particle": { "show": true, "damageColor": "#ff0000", "healColor": "#00ff00", "distance": 60 } }
But for the anchorPoint set value it to whatever alternative other than TOP_LEFT ('cause it's not working beside this anyway). Restart game. Done.
No branches or pull requests
Values for hud.anchorPoint
TOP_LEFT, TOP_CENTER, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
Only TOP_LEFT works.
The text was updated successfully, but these errors were encountered: