-
Notifications
You must be signed in to change notification settings - Fork 0
Home
SharpStormGames edited this page Aug 24, 2024
·
2 revisions
Welcome to the minecraft-nix wiki!
minecraft.version non-empty string
The version of minecraft to use.
Example: 1.18
cleanFiles list of non-empty strings
Files and directories relative to the game directory to delete on every startup. Defaults to the "mods" folder.
[ "config" "mods" "resourcepacks" "options.txt" ]
extraGamedirFiles list of submodules
Extra files to symlink into the game directory.
extraGamedirFiles.*.path non-empty string
Where to link the file, relative to the game directory.
Example: config/something.cfg
extraGamedirFiles.*.source path
Path to the file to be linked.