From 82202fea4f29698dddbc3d588e34e4adce26f2f8 Mon Sep 17 00:00:00 2001 From: Alexander Hayden Date: Sat, 28 Nov 2020 01:38:09 -0500 Subject: (almost) finish refactor / ini conversion --- local-config.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'local-config.ini') diff --git a/local-config.ini b/local-config.ini index b6bbef7..c263df3 100644 --- a/local-config.ini +++ b/local-config.ini @@ -1,4 +1,7 @@ +# 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. -# pack-location = /home/example/.minecraft/instances/jeffrey/mods +#location = /home/example/.minecraft/instances/jeffrey/mods # A comma-separated list of mods that won't be deleted during the install process. whitelist = example_mod.jar,example_extra_mod.jar -- cgit v1.2.3