Dawn API - Universal Library for Minecraft Mods
Dawn API is a library mod for the latest versions of Minecraft that provides developers with a set of useful tools and classes for creating mods within the Dawn Team ecosystem.
This library is designed to maximize the simplification of the game feature development process through convenient builder classes and various data handling tools.
🛠️ Built-in Game Tools
In addition to its core functionality as an API, Dawn API includes several useful in-game commands:
/health- Allows easy control over creature health/foodbar- Provides control over hunger and saturation indicators/motion- Manages object speed and movement direction/export- Exports game content information and files
🎮 Additional Game Objects
The library also adds special game entities:
- Enhanced TNT with extended NBT data parameters compared to regular TNT
- Flying block - an analogue of the falling block but capable of free movement in the air
For more information about the library's capabilities, it is recommended to check the project repository on GitHub.