Keep Options
Copies your default config files to the game directory on first launch
Keep Options
Keep Options
A simple Minecraft Fabric mod that preserves your settings across instances and updates.
How It Works
On game launch, Keep Options copies files from `/config/keep-options/` to the game directory — but only if the target file doesn't already exist.
Usage
1. Place your default config files inside `/config/keep-options/` 2. Launch the game 3. Keep Options will copy them to the appropriate locations if they don't exist yet
Examples
| Source | Destination | |--------|-------------| | `/config/keep-options/options.txt` | `/options.txt` | | `/config/keep-options/config/rei/config.json` | `/config/rei/config.json` |
> Note: Keep Options will never overwrite existing files. It only copies if the destination doesn't exist.
Why Use This?
- Useful for modpack creators who want to ship default settings - Preserves your preferred options when updating or reinstalling - Works with any config file, not just `options.txt`
Installation
Requires Fabric Loader. No Fabric API needed.
License
MIT