Origins (Forge)

Origins (Forge)

7M Downloads

Self glow does not working, multiple issues occur.

X66Herobrine66X opened this issue ยท 4 comments

commented

When using the self_glow power, the glow around the player fails to appear. It does set the color when giving the player the glow effect, however the red and blue fields are inverted.
The following power will give the player a blue glow when given the status effect, and nothing more.
{ "type": "origins:self_glow", "use_teams": false, "red": 1.0, "green": 0.0, "blue": 0.0 }

commented

First part is intended behavior, second part is a bug.
You cannot see yourself glow, but yes, red and blue were inverted in the code.

commented

First part is intended behavior, second part is a bug. You cannot see yourself glow, but yes, red and blue were inverted in the code.

Actually it's not intended behavior. I tested the fabric version and I could see the glow myself just fine.

commented

Apparently so, I made a mistake while porting the code.

commented

Fixed in a prior release.