From 73177ca355f5738dc8bdf408a11f4d05df40d9c2 Mon Sep 17 00:00:00 2001 From: Alexander Hayden Date: Sun, 20 Dec 2020 16:30:59 -0500 Subject: add blacklist functionality --- packs/jeffrey-3/local-config.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packs/jeffrey-3/local-config.ini') 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 -- cgit v1.2.3