ayi-cafe-mc/configureddefaults/README.md

13 lines
957 B
Markdown
Raw Permalink Normal View History

2025-11-30 11:36:51 +08:00
# Configured Defaults
This whole directory servers as a synchronized mirror of `.minecraft`. Every sub-directory and / or file placed within will be copied to the main `.minecraft` directory during game launch if the directory / file is not already present.
There is no way of overriding an existing file, a copy will only be made when the target destination is empty.
Please note that due to the way Minecraft handles `options.txt` specifically it is sufficient to include only the options you want to set a preset for. All missing options will be filled in using their internal defaults when the file is read by the game.
Examples:
- `.minecraft/configureddefaults/options.txt` will be copied to `.minecraft/options.txt` if not already present
- `.minecraft/configureddefaults/config/jei/jei.toml` will be copied to `.minecraft/config/jei/jei.toml` if not already present
Note that this `README.md` file is excluded from being copied to `.minecraft`.