mod updates

This commit is contained in:
krumel
2022-08-29 23:12:45 +02:00
parent 380af808d2
commit 965f6270cc
19 changed files with 110 additions and 77 deletions

View File

@ -4,4 +4,10 @@
#Defines a default world type to use. The vanilla default world type is represented by 'default'.
#The modded world types are registry names which should include the registry namespace, such as 'examplemod:example_world_type'.
defaultWorldType = "default"
#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