blob: f1d30585bdc711ec279d1460a938f9136b9ce73b (
plain) (
tree)
|
|
# this file is local configuration merged into the pack configuration at runtime
# (values here override those in pack.ini)
[pack]
# Uncomment this to override the default automatic selection of the mod install directory.
#location = /home/example/.minecraft/instances/jeffrey
# A comma-separated list of mods that won't be deleted during the install process.
whitelist = example_mod.jar,example_extra_mod.jar
|