
Tweed (Fabric)
Important Information for Users
This library should now be included in mods via jar-in-jar functionality.
Regular users should not need to download this mod separately!
About the Library
Tweed represents another implementation of a configuration system for Fabric. The main advantage of this library is its support for configuration files that can be modified through datapacks, as well as the implementation of a mechanism for reloading individual configuration parameters.
Documentation and Examples
Although a full tutorial does not yet exist, most of the functionality is well documented through javadoc. The source code is available on GitHub, where you can also find brief examples of using the library in real projects.
Technical Details
The mod distributes the hjson-java library under the MIT license, with copyright belonging to Christian Zangl. The project uses a fork of this library created by developer PersonTheCat.