This mod provides essential mixins, hooks, and APIs to assist modders with writing mods. Most mod loaders that people have attempted to create have had a main focus on client mods. Draco, on the other hand, focuses on both client and server-side features, allowing the creation of mods similar to the complexity that mods with Fabric can have, the main difference being Draco would be majorly smaller and simpler than the Fabric API. This is accomplishable due to the improvements on the ease of modding in newer versions of Minecraft, making it easier for modders to interact with the game, leading to less mixins and APIs being needed to add features. Though the library still has enough features for a developer to write a complete mod without any other dependencies.
Nearly every mod will not work without this API, and is required for proper functionality.
Warning
The DracoStandardLibrary is in alpha and is still being developed, things are still subject to change and bugs may occur, use at your own risk, and report any bugs found.