modded7/buildtools/util/buildConfig.default.json
Exa 7a329bc07b Add Nomifactory's build scripts
Modified slightly to use LICENSE rather than LICENSE.md
2022-02-10 12:07:06 -08:00

20 lines
494 B
JSON

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