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

Reload status effects after adding in ModPack (serverpack) #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Tyoda
Copy link

@Tyoda Tyoda commented Oct 15, 2023

309f555 Makes it so the game reloads status effects (the visible icons in-game showing you have some kind of status effect, like priest penalties) after it adds in a new ModPack, similarly to how it reloads icons.

22707ff Allows mods to send status effects to the player before the required serverpack is loaded. Otherwise it would fail to find the custom status effect, and consequently not show anything to the player.

I made a mod that can be used to test how well custom status effects can be used. It's at https://github.com/Tyoda/StatusEffectTest

The first commit 309f555 will allow later calls such as actions to use the custom status effects, such as this

The second commit 22707ff will also allow sending a status effect on player login (or otherwise before the appropriate serverpack is loaded), and let it show after the serverpack has been loaded. Something like this

Let me know if you have any questions or suggestions about the changes.

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

Successfully merging this pull request may close these issues.

None yet

1 participant