mirror of
https://github.com/SKCraft/Launcher.git
synced 2025-01-07 19:29:03 +01:00
Add some comments to launcher.properties
This commit is contained in:
parent
1219ff5cbc
commit
9b1bae32d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user