You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
353 B
10 lines
353 B
|
|
#General configuration settings
|
|
[general]
|
|
#Set this to true to cache resource listings in resource and data packs
|
|
cachePackAccess = true
|
|
#Set this to true to index vanilla resource and data packs on thread
|
|
indexVanillaPackCachesOnThread = false
|
|
#Set this to true to index mod resource and data packs on thread
|
|
indexModPackCachesOnThread = false
|
|
|
|
|