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

Lortseam a015aa5a9b Improve handling of empty config il y a 4 ans
example 751b0ed177 Minecraft 1.17 + Java 16 il y a 4 ans
gradle 751b0ed177 Minecraft 1.17 + Java 16 il y a 4 ans
lib a015aa5a9b Improve handling of empty config il y a 4 ans
.gitignore 8b02034674 Ignore default run directory il y a 4 ans
LICENSE 8251e1d119 Added license il y a 5 ans
README.md 8e47031165 Improve README highlights il y a 4 ans
build.gradle 751b0ed177 Minecraft 1.17 + Java 16 il y a 4 ans
gradle.properties 751b0ed177 Minecraft 1.17 + Java 16 il y a 4 ans
gradlew 46c9e9da2a GSON -> Configurate refactor il y a 4 ans
gradlew.bat 46c9e9da2a GSON -> Configurate refactor il y a 4 ans
lombok.config fac0ab0c86 Use the Lombok log annotation il y a 4 ans
settings.gradle 88a62407a6 Remove jcenter repository il y a 4 ans

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.