A minecraft mod that allows modpack developers to ship configuration files without messing with the user's preferences

Config Manager is a Minecraft mod that allows modpack developers to ship configuration files in a simple and user-friendly way.
It supports both NeoForge and Fabric, starting from Minecraft 1.20.1 and newer.
/config/modpack_defaults.Examples:
.minecraft/config/modpack_defaults/options.txt → copied to .minecraft/options.txt.minecraft/config/modpack_defaults/config/myMod.json → copied to .minecraft/config/myMod.jsonThis ensures that user settings are preserved across modpack updates.
From the mod list (NeoForge) or Mod Menu (Fabric), you can open the Config Manager GUI and choose between two actions:
Update – Copies (overwriting) the modpack’s config files on top of the user’s.
Reset – Wipes the entire config directory and replaces it with the files shipped by the modpack.