Config Manager
Modby TheBossMagnus
A minecraft mod that allows modpack developers to ship configuration file in the most user-friendly way possible
Downloads
388,510
Type
Mod
CurseForge ID
1340480
Last Updated
Apr 9, 2026
Description
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.
Features
Ship modpack defaults without overriding user preferences
- Place your modpack’s default configuration files in /config/modpack_defaults.
- At startup, all files from that directory are copied into the Minecraft directory only if they do not already exist.
Examples:
- .minecraft/config/modpack_defaults/options.txt → copied to .minecraft/options.txt
- .minecraft/config/modpack_defaults/config/myMod.json → copied to .minecraft/config/myMod.json
This ensures that user settings are preserved across modpack updates.
Update or reset to the modpack’s defaults
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.
- All settings changed by the pack are updated.
- Untouched settings remain as configured by the user.
Reset – Wipes the entire config directory and replaces it with the files shipped by the modpack.
- Useful to fix broken or corrupted installations.
Similar Mods
Jade Addons (Fabric)
Jade 🔍's additional mod supports for Fabric
Furnace Overhaul
Faster and upgrade-able furnaces
Legendary Monsters
This mod adds 1 new mob and 7 mini - bosses to the game. For defeating any of these mobs you can get cool weapons / shie...
Ender's Delight
An addon for Farmer's Delight based around adding culinary content to the end!
Macaw's Paintings
Adds custom drawn paintings to fit in your world!
Configurable
Config library that allows decentralised settings in a mod