Skip to content
SharpStormGames edited this page Aug 24, 2024 · 2 revisions

Welcome to the minecraft-nix wiki!

Options

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.

Clone this wiki locally