🍵 TeaCup 🍵
Utility and event library for server-side mods

Description
TeaCup is a specialized library designed to provide mod developers with useful tools and an event system focused on the server side. The main advantage of this solution is the ability to create mods without using mixins and workarounds for problematic aspects of Minecraft, which significantly simplifies the process of adapting content to new game versions.
The library will be regularly updated, including support for the latest versions and development snapshots.
Capabilities Beyond Minecraft
After certain adjustments, TeaCup can be used in other projects unrelated to Minecraft. It offers developers valuable tools such as registry systems and event handlers, and also implements functionality missing in standard Java (for example, tuples).
Documentation
Complete documentation on using the library is available in the corresponding section of the project repository.