diff options
author | Alexander Hayden <alexhayden25@gmail.com> | 2020-12-20 16:30:59 -0500 |
---|---|---|
committer | Alexander Hayden <alexhayden25@gmail.com> | 2020-12-20 16:30:59 -0500 |
commit | 73177ca355f5738dc8bdf408a11f4d05df40d9c2 (patch) | |
tree | 5e581f3a9f76da9b298ab9c3786e2fd044acdc50 /packs | |
parent | 2692a68548b91b6d3b0ff1791cd4074d6b202697 (diff) | |
download | modpackman-73177ca355f5738dc8bdf408a11f4d05df40d9c2.tar.gz modpackman-73177ca355f5738dc8bdf408a11f4d05df40d9c2.zip |
add blacklist functionality
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 |