Config Backuper
A simple mod for backing up all configurations at the start of Minecraft
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Config Backuper
A simple mod for backing up all configurations at the start of Minecraft.
Mod review with subtitles
Features
- Backs up configurations at the start of Minecraft - Backs up game configurations - Backs up mod configurations - Backs up shader configurations - Compression of backups - Removes old backups
Configuration
The configuration file is located at `config/config-backuper.json`.
- `includeGameConfigs` - add game configurations to the backup - `includeModConfigs` - add mod configurations to the backup - `includeShaderPackConfigs` - add shader configurations to the backup - `maxBackups` - maximum number of stored backups (`-1` disables deletion of old backups, default `10`) - `compressionEnabled` - use compression for backups (enabling compression reduces the size of the backup, but slows down its creation a bit) - `backupFolder` - directory for backups (`./` - current game directory) - `backupFilePrefix` - prefix for backup file names - `backupFileSuffix` - suffix for backup file names
Modpacks
You can use this mod in modpacks without requesting permission.