Main Upload

This commit is contained in:
minster586
2024-11-07 03:34:53 -05:00
parent 42b67bf493
commit 3b8c8f56bb
148 changed files with 16114 additions and 1 deletions

10
config/forge-common.toml Normal file
View File

@@ -0,0 +1,10 @@
#[DEPRECATED / NO EFFECT]: General configuration settings
[general]
#[DEPRECATED / NO EFFECT] [NOW IN RESOURCE-CACHING CONFIG]: Set this to true to cache resource listings in resource and data packs
cachePackAccess = true
#[DEPRECATED / NO EFFECT] [NOW IN RESOURCE-CACHING CONFIG]: Set this to true to index vanilla resource and data packs on thread
indexVanillaPackCachesOnThread = false
#[DEPRECATED / NO EFFECT] [NOW IN RESOURCE-CACHING CONFIG]: Set this to true to index mod resource and data packs on thread
indexModPackCachesOnThread = false