a flexible, all-in-one configuration API for Fabric mods.

Lortseam b215e2f86c Remove log tests due to LogCaptor not working anymore преди 4 години
example 751b0ed177 Minecraft 1.17 + Java 16 преди 4 години
gradle 751b0ed177 Minecraft 1.17 + Java 16 преди 4 години
lib b215e2f86c Remove log tests due to LogCaptor not working anymore преди 4 години
.gitignore 8b02034674 Ignore default run directory преди 4 години
LICENSE 8251e1d119 Added license преди 5 години
README.md 8e47031165 Improve README highlights преди 4 години
build.gradle 751b0ed177 Minecraft 1.17 + Java 16 преди 4 години
gradle.properties b215e2f86c Remove log tests due to LogCaptor not working anymore преди 4 години
gradlew 46c9e9da2a GSON -> Configurate refactor преди 4 години
gradlew.bat 46c9e9da2a GSON -> Configurate refactor преди 4 години
lombok.config fac0ab0c86 Use the Lombok log annotation преди 4 години
settings.gradle 88a62407a6 Remove jcenter repository преди 4 години

README.md

CompleteConfig

CompleteConfig is a flexible, all-in-one configuration API for Fabric mods.

Highlights

Beside the basic elements of a config library, CompleteConfig offers the following unique features:

  • Simple and fast integration into existing code
  • Supports multiple configs for a single mod
  • Single-file or multi-class Config
  • Entry Listeners
  • User-friendly save format with permanently retained comments
  • Customizable Config Screen (GUI) generation
  • Automatic Mod Menu integration
  • Fully extensible via extension system

Usage

Usage instructions can be found in the wiki.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.