diff options
author | Alexander Hayden <alexhayden25@gmail.com> | 2020-11-28 01:38:09 -0500 |
---|---|---|
committer | Alexander Hayden <alexhayden25@gmail.com> | 2020-11-28 01:38:09 -0500 |
commit | 82202fea4f29698dddbc3d588e34e4adce26f2f8 (patch) | |
tree | 28668576c90ad71de286f1f27254506b1c01fa15 /local-config.ini | |
parent | 912d7359c2c01e459b710a4b6b5c53f1a0fae129 (diff) | |
download | modpackman-82202fea4f29698dddbc3d588e34e4adce26f2f8.tar.gz modpackman-82202fea4f29698dddbc3d588e34e4adce26f2f8.zip |
(almost) finish refactor / ini conversion
Diffstat (limited to 'local-config.ini')
-rw-r--r-- | local-config.ini | 5 |
1 files changed, 4 insertions, 1 deletions
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 |