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

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

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.