ToroHealth Damage Indicators

ToroHealth Damage Indicators

21M Downloads

[1.16.5 Forge] Particles do not appear

TurklerRS opened this issue ยท 0 comments

commented

Hello, I'm trying to disable everything except the health particles and that doesn't seem to work. The health particles just don't appear. I tried deleting my config file then modifying the default one generated by the mod and disabling things like shaders that might interfere with the particles.

Below is my config file:

{
"watchForChanges": true,
"hud": {
"distance": 60,
"x": 4.0,
"y": 4.0,
"scale": 1.0,
"hideDelay": 20,
"anchorPoint": "TOP_LEFT",
"showEntity": false,
"showBar": false,
"showSkin": false
},
"bar": {
"damageNumberType": "LAST",
"friendColor": 16711935,
"friendColorSecondary": 8388863,
"foeColor": -16776961,
"foeColorSecondary": -2147483393
},
"inWorld": {
"mode": "NONE",
"distance": 60.0,
"onlyWhenLookingAt": false,
"onlyWhenHurt": false
},
"particle": {
"show": true,
"damageColor": 16711680,
"healColor": 65280
}
}