a flexible, all-in-one configuration API for Fabric mods.
Find a file
2021-10-17 15:09:35 +02:00
example Split example mod to client and server 2021-10-15 17:27:14 +02:00
gradle/wrapper Update dependencies 2021-07-21 13:31:40 +02:00
lib Move TextColor gui provider to extension 2021-10-17 15:09:35 +02:00
.gitignore Ignore default run directory 2021-03-12 18:31:06 +01:00
build.gradle Update dependencies 2021-10-16 17:23:26 +02:00
gradle.properties Bump version 2021-10-16 17:23:48 +02:00
gradlew GSON -> Configurate refactor 2021-01-07 20:06:53 +01:00
gradlew.bat GSON -> Configurate refactor 2021-01-07 20:06:53 +01:00
jitpack.yml Fix JitPack Java version 2021-06-08 20:15:23 +02:00
LICENSE Added license 2020-04-15 14:23:05 +00:00
lombok.config Use the Lombok log annotation 2021-01-18 17:18:57 +01:00
README.md Update README 2021-08-11 15:34:31 +02:00
settings.gradle Remove jcenter repository 2021-06-04 16:40:14 +02:00

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.