21 lines
712 B
JSON
21 lines
712 B
JSON
{
|
|
"cfCoreApiEndpoint": "https://api.curseforge.com",
|
|
"downloaderMaxRetries": 5,
|
|
"downloaderConcurrency": 50,
|
|
"downloaderCheckHashes": true,
|
|
"downloaderCacheDirectory": "../.cache",
|
|
"changelogCacheMaxPages": 5,
|
|
"launchscriptsMinRAM": "2048M",
|
|
"launchscriptsMaxRAM": "2048M",
|
|
"launchscriptsJVMArgs": "",
|
|
"copyToSharedDirGlobs": ["overrides/**/*"],
|
|
"packModeSwitcherGlobs": ["pack-mode-switcher.*"],
|
|
"copyFromSharedServerGlobs": ["overrides/**/*", "!overrides/resources/**/*"],
|
|
"copyFromSharedClientGlobs": ["overrides/**/*"],
|
|
"normalZipGlobs": ["**/*"],
|
|
"cfZipGlobs": ["**/*", "!**/pack-mode-switcher.*"],
|
|
"buildDestinationDirectory": "../build",
|
|
"nightlyHookAvatar": "",
|
|
"nightlyHookName": ""
|
|
}
|