Auto Config Updated API Mod — FAQ
FAQ
Q: Is this mod required on servers? A: No. Cloth Config and Auto Config are client-side only. They handle GUI screens which do not exist on dedicated servers. However, some mods may use the API to sync server-side settings to the client.
Q: Why does my config not save?
A: Ensure you have called the .save method on the ConfigHolder or that you have correctly set a SavingRunnable in your manual builder.
Q: Can I use this for Forge mods? A: Yes, Auto Config Updated API is compatible with both Fabric and Forge/NeoForge, provided the correct version of Cloth Config is installed.