This mod lets you independently hide entity health bars and damage numbers for players and NPCs.
{
"targets": [
{ "target": "players", "hideHealthBar": true, "hideDamage": true },
{ "target": "npcs", "hideHealthBar": true, "hideDamage": false }
]
}
0 Comments