-
Notifications
You must be signed in to change notification settings - Fork 17
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
Self glow does not working, multiple issues occur. #304
Comments
First part is intended behavior, second part is a bug. |
Actually it's not intended behavior. I tested the fabric version and I could see the glow myself just fine. |
Apparently so, I made a mistake while porting the code. |
Fixed in a prior release. |
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 }
The text was updated successfully, but these errors were encountered: