Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.1–1.19.4
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
Platforms
Supported environments
Client-side
Server-side
Client and server
Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 2 years ago
Updated last month
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/corelib/
- Format:
corelib_version-mcminecraft_version - Start coding your Mod Init Dispatcher, and Config Dispatcher.
- Examples can be found under CoreLib's own source code.



