Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Links
Creators
Details
Licensed LGPL-3.0-only
Published last month
Updated 4 days ago
This mod by itself doesn't add any functionality to the game, it's an unstable, development library mod required for my other mods.
The library covers a variety of various functionality such as:
- Easy loot table & loot pool injections
- Easy manipulation of particles to create various shapes
- Easy way to apply persistent data to the player via capabilities
- Syncing of tags on the player between the server and client
- A ScheduleManager that can be used to easily create delayed/repeating actions
All of the features in this library can only be accessed via development as a dependency except for Loot table & Loot pool injections. You can add your own custom injections via a datapack. Refer to the 'loot_table_injections_examples' folder in the resources/data directory of the .jar for some examples.