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

Self glow does not working, multiple issues occur. #304

Closed
X66Herobrine66X opened this issue Mar 20, 2023 · 4 comments
Closed

Self glow does not working, multiple issues occur. #304

X66Herobrine66X opened this issue Mar 20, 2023 · 4 comments

Comments

@X66Herobrine66X
Copy link

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 }

@EdwinMindcraft
Copy link
Owner

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.

@X66Herobrine66X
Copy link
Author

X66Herobrine66X commented Mar 25, 2023

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.

@EdwinMindcraft EdwinMindcraft added this to the Update upstream milestone Mar 25, 2023
@EdwinMindcraft
Copy link
Owner

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

@EdwinMindcraft EdwinMindcraft removed this from the Update upstream milestone Mar 25, 2023
@MerchantPug
Copy link
Collaborator

Fixed in a prior release.

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

No branches or pull requests

3 participants