diff --git a/app/assets/images/backgrounds/0.jpg b/app/assets/images/backgrounds/0.jpg new file mode 100644 index 00000000..b8190531 Binary files /dev/null and b/app/assets/images/backgrounds/0.jpg differ diff --git a/app/assets/images/backgrounds/0.png b/app/assets/images/backgrounds/0.png deleted file mode 100644 index 16749dff..00000000 Binary files a/app/assets/images/backgrounds/0.png and /dev/null differ diff --git a/app/assets/images/backgrounds/1.png b/app/assets/images/backgrounds/1.png deleted file mode 100644 index 16749dff..00000000 Binary files a/app/assets/images/backgrounds/1.png and /dev/null differ diff --git a/app/assets/images/backgrounds/2.png b/app/assets/images/backgrounds/2.png deleted file mode 100644 index 16749dff..00000000 Binary files a/app/assets/images/backgrounds/2.png and /dev/null differ diff --git a/app/assets/images/backgrounds/3.png b/app/assets/images/backgrounds/3.png deleted file mode 100644 index 16749dff..00000000 Binary files a/app/assets/images/backgrounds/3.png and /dev/null differ diff --git a/app/assets/images/backgrounds/4.png b/app/assets/images/backgrounds/4.png deleted file mode 100644 index 16749dff..00000000 Binary files a/app/assets/images/backgrounds/4.png and /dev/null differ diff --git a/app/assets/images/backgrounds/5.png b/app/assets/images/backgrounds/5.png deleted file mode 100644 index 16749dff..00000000 Binary files a/app/assets/images/backgrounds/5.png and /dev/null differ diff --git a/app/assets/images/backgrounds/6.png b/app/assets/images/backgrounds/6.png deleted file mode 100644 index 16749dff..00000000 Binary files a/app/assets/images/backgrounds/6.png and /dev/null differ diff --git a/app/assets/images/backgrounds/7.png b/app/assets/images/backgrounds/7.png deleted file mode 100644 index 16749dff..00000000 Binary files a/app/assets/images/backgrounds/7.png and /dev/null differ diff --git a/app/assets/js/assetguard.js b/app/assets/js/assetguard.js index 75f6bc54..90d9b13d 100644 --- a/app/assets/js/assetguard.js +++ b/app/assets/js/assetguard.js @@ -162,7 +162,7 @@ class Util { static isForgeGradle3(mcVersion, forgeVersion) { - if(Util.mcVersionAtLeast('1.13', mcVersion)) { + if(Util.mcVersionAtLeast('1.18.2', mcVersion)) { return true } @@ -234,7 +234,7 @@ class JavaGuard extends EventEmitter { * * @returns {Promise.} Promise which resolved to an object containing the JRE download data. */ - static _latestOpenJDK(major = '8'){ + static _latestOpenJDK(major = '18'){ if(process.platform === 'darwin') { return this._latestCorretto(major) @@ -470,7 +470,7 @@ class JavaGuard extends EventEmitter { } } else { // Java 9+ - if(Util.mcVersionAtLeast('1.13', this.mcVersion)){ + if(Util.mcVersionAtLeast('1.18.2', this.mcVersion)){ console.log('Java 9+ not yet tested.') /* meta.version = verOb ++checksum diff --git a/app/assets/js/distromanager.js b/app/assets/js/distromanager.js index 90a2ab8d..f708804f 100644 --- a/app/assets/js/distromanager.js +++ b/app/assets/js/distromanager.js @@ -537,8 +537,9 @@ exports.pullRemote = function(){ return exports.pullLocal() } return new Promise((resolve, reject) => { - const distroURL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/distribution.json' + const distroURL = 'https://conceptionrplauncher.000webhostapp.com' //const distroURL = 'https://gist.githubusercontent.com/dscalzi/53b1ba7a11d26a5c353f9d5ae484b71b/raw/' + const opts = { url: distroURL, timeout: 2500 diff --git a/app/landing.ejs b/app/landing.ejs index 7e747818..d3daf3c8 100644 --- a/app/landing.ejs +++ b/app/landing.ejs @@ -11,9 +11,9 @@