Before going into any specifics, I need to list out what this library IS and what it ISN'T.
- An abstraction of my config system used by the majority of my mods. All of my mods that have their own config system, with the exception being
armor-indicator
, implement the same exact code. That same code they implement is also very brittle and limiting in what I can do. - An implementation to fit the needs of my mods. There are plenty of far better config libraries out there, but I need one that fits the various needs of my mods.
- This library isn't something other mod developers should use to make their mods configurable. Why? Because I designed this library for the needs of my mods (and to be honest, other implementations out there are a lot better and cleaner to use).
- There are many, many, many other mods that have better implementations of a config system, such as:
For extensive details about this mod and its API, head on over to the wiki.
This mod is for Fabric only. There is no plan to support Forge.
This mod is available for the following Minecraft versions:
1.20
1.20.1
1.20.2
1.20.3
1.20.4
1.20.5
1.20.6
1.21
1.21.1
1.21.2
1.21.3
1.21.4
This mod only needs to be on the client and will not work on the server.