Skip to content
New issue

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

Anchor point error #168

Open
Psychodeus opened this issue Oct 7, 2022 · 3 comments
Open

Anchor point error #168

Psychodeus opened this issue Oct 7, 2022 · 3 comments

Comments

@Psychodeus
Copy link

Values for hud.anchorPoint
TOP_LEFT, TOP_CENTER, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT

Only TOP_LEFT works.

@Sparkzzzzzz
Copy link

Yes same issue, plus how do I only get the bar above the mobs and not the dialog box thing?

@Sparkzzzzzz
Copy link

Config just isn't updating

@Psychodeus
Copy link
Author

Type and enter this %appdata%/.minecraft/config at Win + R

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants