From 9b1bae32d9427a87cfd72fdd26f6d6b7cd9bf9b1 Mon Sep 17 00:00:00 2001 From: Henry Le Grys Date: Fri, 26 Mar 2021 19:17:11 +0000 Subject: [PATCH] Add some comments to launcher.properties --- .../main/resources/com/skcraft/launcher/launcher.properties | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/launcher/src/main/resources/com/skcraft/launcher/launcher.properties b/launcher/src/main/resources/com/skcraft/launcher/launcher.properties index 0a81e78..bfe5a72 100644 --- a/launcher/src/main/resources/com/skcraft/launcher/launcher.properties +++ b/launcher/src/main/resources/com/skcraft/launcher/launcher.properties @@ -4,10 +4,15 @@ # Please see LICENSE.txt for license information. # +# Leave the version as ${project.version} to pull it from the build.gradle, +# or replace it with a version string if you wish. version=${project.version} + +# These can be left as-is or changed to your liking launcherShortname=SKCLauncher offlinePlayerName=Player +# Only change these if you know what you're doing. versionManifestUrl=https://launchermeta.mojang.com/mc/game/version_manifest.json librariesSource=https://libraries.minecraft.net/ assetsSource=http://resources.download.minecraft.net/ @@ -15,6 +20,7 @@ yggdrasilAuthUrl=https://authserver.mojang.com/authenticate microsoftClientId=d18bb4d8-a27f-4451-a87f-fe6de4436813 resetPasswordUrl=https://minecraft.net/resetpassword +# You MUST change these from the defaults. These URLs are provides as examples only. newsUrl=http://update.skcraft.com/template/news.html?version=%s packageListUrl=http://update.skcraft.com/template/packages.json?key=%s selfUpdateUrl=http://update.skcraft.com/template/launcher/latest.json