Compatibility
Minecraft: Java Edition
1.21.x
1.20.4–1.20.6
1.20–1.20.2
1.19.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated 3 months ago
A small library for making MobEffects easier to use, and more dynamic
What is this?
The existing MobEffect class in Minecraft is very limited and has only very specific and basic functionality.
You can't really do a whole lot with it without needing extra events, mixins, or any combination or the two.
This lib does the work for you, adding several new hooks and features allowing you to make much better use of the effect system
Features
- Instance-sensitive tick method
- Instance-sensitive display name
- Can-apply checks
- Mutually-exclusive effects check
- On-application callback
- On-reapplication callback
- On-removal callback
- Instance-sensitive shouldTick method
- Pre, during, and post attack method callbacks for both incoming and outgoing attacks
- Client-side tick callback
- Custom screen overlay render callback
- Helper classes for building effects and potions
How do I use it?
Just about everything you'll need to know is documented here:
https://github.com/Tslat/TslatEffectsLib/wiki
If you have issues or want to contribute, please jump on the GitHub page and make your voice heard