diff --git a/app/assets/images/backgrounds/6.jpg b/app/assets/images/backgrounds/6.jpg index 72ed269c..fd99b0a1 100644 Binary files a/app/assets/images/backgrounds/6.jpg and b/app/assets/images/backgrounds/6.jpg differ diff --git a/app/assets/js/distromanager.js b/app/assets/js/distromanager.js index 8ae8ca0c..0cd5b8be 100644 --- a/app/assets/js/distromanager.js +++ b/app/assets/js/distromanager.js @@ -4,7 +4,7 @@ const ConfigManager = require('./configmanager') // Old WesterosCraft url. // exports.REMOTE_DISTRO_URL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/distribution.json' -exports.REMOTE_DISTRO_URL = 'https://helios-files.geekcorner.eu.org/distribution.json' +exports.REMOTE_DISTRO_URL = 'https://cdn.marcusk.fun/distribution.json' const api = new DistributionAPI( ConfigManager.getLauncherDirectory(), diff --git a/app/assets/js/scripts/landing.js b/app/assets/js/scripts/landing.js index 1a1c1768..7515de25 100644 --- a/app/assets/js/scripts/landing.js +++ b/app/assets/js/scripts/landing.js @@ -149,7 +149,7 @@ function updateSelectedAccount(authUser){ username = authUser.displayName } if(authUser.uuid != null){ - document.getElementById('avatarContainer').style.backgroundImage = `url('https://mc-heads.net/body/${authUser.uuid}/right')` + document.getElementById('avatarContainer').style.backgroundImage = `url('https://minecraftpfp.com/api/pfp/${authUser.displayName}.png')` } } user_text.innerHTML = username diff --git a/build/icon.png b/build/icon.png index 9e21d08b..adb72b07 100644 Binary files a/build/icon.png and b/build/icon.png differ