Skip to content

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.

1 participant