diff options
author | Dylan Jones <dylanjones2011@gmail.com> | 2020-12-13 16:21:19 -0500 |
---|---|---|
committer | Dylan Jones <dylanjones2011@gmail.com> | 2020-12-13 16:21:19 -0500 |
commit | c1414c043ee8abd9dbbaa522bc770467750b047f (patch) | |
tree | ffad17ac63ac3b832d0febbb5021ea0b328238e3 /packs/jeffrey-3/local-config.ini | |
parent | 05058b2291a8418c0f5856d0459bf71072fa03ce (diff) | |
download | modpackman-c1414c043ee8abd9dbbaa522bc770467750b047f.tar.gz modpackman-c1414c043ee8abd9dbbaa522bc770467750b047f.zip |
Add chisels and bits
Diffstat (limited to 'packs/jeffrey-3/local-config.ini')
-rw-r--r-- | packs/jeffrey-3/local-config.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packs/jeffrey-3/local-config.ini b/packs/jeffrey-3/local-config.ini new file mode 100644 index 0000000..f1d3058 --- /dev/null +++ b/packs/jeffrey-3/local-config.ini @@ -0,0 +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. +#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 |