Dat Modding API
This library offers Minecraft mod developers useful tools and components to simplify the mod creation process. The mod itself doesn't add any game content, but provides ready-made solutions that can be used in your own projects.
Main Features
- Data Structures - ready-made implementations of various data structures for convenient information handling
- Mathematical Functions - a set of useful mathematical operations and calculations
- Chat Functions - tools for working with the game's messaging system
- Delayed Execution Classes - mechanisms for running code with time delays
The library is specifically designed for use in Dat Developer mods and can be easily integrated into your own projects.