Changelog
ChosenLib v1.2.0 – Changelog
New in this release
Custom Command System
- Added the
/chosenlib
command:- Displays the mod version.
- Shows links to CurseForge, Modrinth (coming soon), and the source.
- Informs users that the mod is under the MIT license.
Configuration System
- Introduced a JSON-based config system:
- Config file is auto-generated at
config/chosenlib.json
. - Includes example fields and is ready for expansion.
- Config file is auto-generated at
Expanded TextUtils
with new helpers
combine(Text... texts)
: Combine multipleText
objects into one.stripFormatting(Text text)
: Get the plain string from aText
object.format(String message, Formatting... formattings)
: Format a message with multiple formatting options.- Improved compatibility for formatting methods with modern Minecraft versions.
General Improvements
- Project version bumped to 1.2.0.
No breaking changes. The library is now even more useful for Fabric mod development!
Dependencies
Files
chosenlib-1.2.0.jar(19.77 KiB) Primary Download