diff options
Diffstat (limited to 'packs/jeffrey-3/local-config.ini')
-rw-r--r-- | packs/jeffrey-3/local-config.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packs/jeffrey-3/local-config.ini b/packs/jeffrey-3/local-config.ini new file mode 100644 index 0000000..5781ccf --- /dev/null +++ b/packs/jeffrey-3/local-config.ini @@ -0,0 +1,9 @@ +# 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 +# A comma-separated list of mods that won't be installed during the install process +blacklist = server_only_mod.jar,client_only_mod.jar |