modded7/buildtools/util/buildConfig.default.json
2022-07-07 16:11:30 +08:00

21 lines
556 B
JSON

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