mirror of
https://github.com/SKCraft/Launcher.git
synced 2025-01-08 19:38:58 +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.
|
# 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}
|
version=${project.version}
|
||||||
|
|
||||||
|
# These can be left as-is or changed to your liking
|
||||||
launcherShortname=SKCLauncher
|
launcherShortname=SKCLauncher
|
||||||
offlinePlayerName=Player
|
offlinePlayerName=Player
|
||||||
|
|
||||||
|
# Only change these if you know what you're doing.
|
||||||
versionManifestUrl=https://launchermeta.mojang.com/mc/game/version_manifest.json
|
versionManifestUrl=https://launchermeta.mojang.com/mc/game/version_manifest.json
|
||||||
librariesSource=https://libraries.minecraft.net/
|
librariesSource=https://libraries.minecraft.net/
|
||||||
assetsSource=http://resources.download.minecraft.net/
|
assetsSource=http://resources.download.minecraft.net/
|
||||||
@ -15,6 +20,7 @@ yggdrasilAuthUrl=https://authserver.mojang.com/authenticate
|
|||||||
microsoftClientId=d18bb4d8-a27f-4451-a87f-fe6de4436813
|
microsoftClientId=d18bb4d8-a27f-4451-a87f-fe6de4436813
|
||||||
resetPasswordUrl=https://minecraft.net/resetpassword
|
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
|
newsUrl=http://update.skcraft.com/template/news.html?version=%s
|
||||||
packageListUrl=http://update.skcraft.com/template/packages.json?key=%s
|
packageListUrl=http://update.skcraft.com/template/packages.json?key=%s
|
||||||
selfUpdateUrl=http://update.skcraft.com/template/launcher/latest.json
|
selfUpdateUrl=http://update.skcraft.com/template/launcher/latest.json
|
||||||
|
Loading…
Reference in New Issue
Block a user