diff options
Diffstat (limited to 'packs')
-rw-r--r-- | packs/jeffrey-3/local-config.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packs/jeffrey-3/local-config.ini b/packs/jeffrey-3/local-config.ini index f1d3058..5781ccf 100644 --- a/packs/jeffrey-3/local-config.ini +++ b/packs/jeffrey-3/local-config.ini @@ -5,3 +5,5 @@ #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 |