modded7/tools/utils/buildConfig.default.json
2024-08-04 22:23:17 +10:00

17 lines
548 B
JSON

{
"cfCoreApiEndpoint": "https://api.curseforge.com",
"downloaderMaxRetries": 5,
"downloaderConcurrency": 50,
"downloaderCheckHashes": true,
"downloaderCacheDirectory": "../.cache",
"launchscriptsMinRAM": "2048M",
"launchscriptsMaxRAM": "2048M",
"launchscriptsJVMArgs": "",
"copyToSharedDirGlobs": ["overrides/**/*"],
"copyFromSharedServerGlobs": ["overrides/**/*", "!overrides/resources/**/*"],
"copyFromSharedClientGlobs": ["overrides/**/*"],
"buildDestinationDirectory": "../build",
"nightlyHookAvatar": "",
"nightlyHookName": ""
}