ayi-cafe-mc/configureddefaults
hypercross 431f0d1841 feat: mod config 2025-12-01 09:40:57 +08:00
..
config feat: mod config 2025-12-01 09:40:57 +08:00
README.md feat: js 2025-11-30 11:36:51 +08:00

README.md

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.