Skip to content
This repository was archived by the owner on Dec 21, 2020. It is now read-only.

Commit fe49a8c

Browse files
committed
raw.github
1 parent 30f3ebe commit fe49a8c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

launcher/src/main/resources/com/skcraft/launcher/launcher.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ version=${project.version}
1010
agentName=Minecraft
1111
offlinePlayerName=FelNullPlayer
1212

13-
versionManifestUrl=https://teamfelnull.github.io/TeamFelNullPage/sk/%s.json
13+
versionManifestUrl=https://raw.githubusercontent.com/TeamFelnull/TeamFelNullPage/master/sk/%s.json
1414
librariesSource=https://libraries.minecraft.net/
15-
jarUrl=https://teamfelnull.github.io/TeamFelNullPage/sk/%s.jar
15+
jarUrl=https://raw.githubusercontent.com/TeamFelnull/TeamFelNullPage/master/sk/%s.jar
1616
assetsIndexUrl=https://teamfelnull.github.io/TeamFelNullPage/sk/indexes/%s.json
1717
assetsSource=http://resources.download.minecraft.net/
1818
yggdrasilAuthUrl=https://authserver.mojang.com/authenticate
1919
resetPasswordUrl=https://minecraft.net/resetpassword
2020

2121
supportUrl=https://discord.gg/vsFrsgY
22-
newsUrl=https://teamfelnull.github.io/TeamFelNullPage/sk/news.html
23-
tipsUrl=https://teamfelnull.github.io/TeamFelNullPage/sk/tips.json
24-
skinsUrl=https://teamfelnull.github.io/TeamFelNullPage/sk/skins.json
22+
newsUrl=https://raw.githubusercontent.com/TeamFelnull/TeamFelNullPage/master/sk/news.html
23+
tipsUrl=https://raw.githubusercontent.com/TeamFelnull/TeamFelNullPage/master/sk/tips.json
24+
skinsUrl=https://raw.githubusercontent.com/TeamFelnull/TeamFelNullPage/master/sk/skins.json
2525
packageListUrl=https://raw.githubusercontent.com/TeamFelnull/TeamFelNullPage/master/sk/packages.json
26-
selfUpdateUrl=https://teamfelnull.github.io/TeamFelNullPage/sk/latest.json
26+
selfUpdateUrl=https://raw.githubusercontent.com/TeamFelnull/TeamFelNullPage/master/sk/latest.json

0 commit comments

Comments
 (0)