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

Lortseam b8b5c85691 Update README 3 سال پیش
example 751b0ed177 Minecraft 1.17 + Java 16 4 سال پیش
gradle ca4c8567fe Update dependencies 3 سال پیش
lib 82b2af83ba Code improvements 3 سال پیش
.gitignore 8b02034674 Ignore default run directory 4 سال پیش
LICENSE 8251e1d119 Added license 5 سال پیش
README.md b8b5c85691 Update README 3 سال پیش
build.gradle ca4c8567fe Update dependencies 3 سال پیش
gradle.properties 7c77cdd35c Bump version 3 سال پیش
gradlew 46c9e9da2a GSON -> Configurate refactor 4 سال پیش
gradlew.bat 46c9e9da2a GSON -> Configurate refactor 4 سال پیش
jitpack.yml 08ac32b0e4 Fix JitPack Java version 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 well-documented API to start quickly
  • Highly adjustable usage
  • Multi-config support
  • Listeners for reacting to config changes
  • 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.