CoreLib
Description
- sakura's fabric core library mod.
- This is a Library API that all of my mods / future mods will be using.
- This is not related to MaLiLib; it was only made for my own mods.
- None of these features utilize Fabric API in any way except returning the running game directory / "Running in IDE" status.
- CoreLib was forked out of my AfkPlus mod. It is primarily intended to be used as a Server-side library, so no GUI support exists.
Features
- Mod Init standardization
- Config file management
- Client / Player / Server Events
- Server commands interface
- Thread management interface
- Networking interface (WIP-but works)
- Text formatting using a standard utility
- Time/Date & Duration formatting utility
- i18n translation manager utility
- CSV File management (csvtool)
Using
- Maven: https://maven.sakuraryoko.com/com/sakuraryoko/core-lib-api/
- Format:
core_lib_version-mcminecraft_version - Start coding your Mod Init Dispatcher, and Config Dispatcher.
- Examples can be found under CoreLib's own source code.

