The-Fireplace-Minecraft-Mods / Fireplace-Lib

A library of common functionality used by my mods, in one place for easier maintenance and faster updates.
https://www.curseforge.com/minecraft/mc-mods/fireplace-lib
MIT License
3 stars 6 forks source link

Remove hard dependency on Cloth Config from the API #14

Closed The-Fireplace closed 3 years ago

The-Fireplace commented 3 years ago

As a mod developer, I don't want to rely on Cloth Config's implementation for config screens. Adjust the config API to use your own abstractions and not reference Cloth Config files, so that the implementation being used can be swapped in the future