eaglercraft-1.8-replit/buildconf.json
2024-02-14 07:19:29 -08:00

24 lines
889 B
JSON

{
"repositoryFolder": "/home/runner/eaglercraftx/eaglercraftx",
"modCoderPack": "/tmp/mcp918.zip",
"minecraftJar": "/tmp/1.8.8.jar",
"assetsIndex": "/tmp/1.8.json",
"outputDirectory": "/tmp/output",
"temporaryDirectory": "/tmp/##EAGLER.TEMP##",
"ffmpeg": "ffmpeg",
"productionIndex": "/home/runner/eaglercraftx/eaglercraftx/buildtools/production-index-ext.html",
"productionFavicon": "/home/runner/eaglercraftx/eaglercraftx/buildtools/production-favicon.png",
"addScripts": [
"eaglercraft_opts.js"
],
"removeScripts": [],
"injectInOffline": [],
"mavenURL": "https://repo1.maven.org/maven2/",
"mavenLocal": "/tmp/teavm",
"generateOfflineDownload": true,
"offlineDownloadTemplate": "/home/runner/eaglercraftx/eaglercraftx/sources/setup/workspace_template/javascript/OfflineDownloadTemplate.txt",
"keepTemporaryFiles": false,
"writeSourceMap": true,
"minifying": true
}