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

Lortseam 7c77cdd35c Bump version před 3 roky
example 751b0ed177 Minecraft 1.17 + Java 16 před 4 roky
gradle ca4c8567fe Update dependencies před 3 roky
lib 82b2af83ba Code improvements před 3 roky
.gitignore 8b02034674 Ignore default run directory před 4 roky
LICENSE 8251e1d119 Added license před 5 roky
README.md c24028a6d7 Update README před 4 roky
build.gradle ca4c8567fe Update dependencies před 3 roky
gradle.properties 7c77cdd35c Bump version před 3 roky
gradlew 46c9e9da2a GSON -> Configurate refactor před 4 roky
gradlew.bat 46c9e9da2a GSON -> Configurate refactor před 4 roky
jitpack.yml 08ac32b0e4 Fix JitPack Java version před 4 roky
lombok.config fac0ab0c86 Use the Lombok log annotation před 4 roky
settings.gradle 88a62407a6 Remove jcenter repository před 4 roky

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.