|
@@ -3,13 +3,14 @@ CompleteConfig is a flexible, all-in-one configuration API for [Fabric](https://
|
|
|
|
|
|
## Highlights
|
|
|
Beside the basic elements of a config library, CompleteConfig offers the following unique features:
|
|
|
-* Simple integration into existing code
|
|
|
-* Support for multiple configs
|
|
|
-* Nested class resolution — easily create a grouped structure
|
|
|
-* Listeners — observe your config entries
|
|
|
+* Simple and fast integration into existing code
|
|
|
+* Multiple configs support
|
|
|
+* Nested class resolution
|
|
|
+* Listeners
|
|
|
* User-friendly save format
|
|
|
-* Commentable files — comments are retained permanently
|
|
|
+* Permanently retained comments
|
|
|
* Customizable config screen (GUI) generation
|
|
|
+* Automatic Mod Menu integration
|
|
|
* Fully extensible via extension system
|
|
|
|
|
|
## Setup
|