mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
New Changelog
This commit is contained in:
parent
09135e72b6
commit
e0aaa93bb5
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ import ellpeck.actuallyadditions.util.Util;
|
|||
public class UpdateChecker{
|
||||
|
||||
public static final String DOWNLOAD_LINK = "http://minecraft.curseforge.com/mc-mods/228404-actually-additions/files";
|
||||
public static final String CHANGELOG_LINK = "https://github.com/Ellpeck/ActuallyAdditions/blob/master/update/changelog.md";
|
||||
//Thanks to XDjackieXD for putting together that thing obviously
|
||||
public static final String CHANGELOG_LINK = "https://cdn.rawgit.com/XDjackieXD/ActuallyChangelogs/0.9/changelog.html";
|
||||
public static boolean checkFailed;
|
||||
public static boolean needsUpdateNotify;
|
||||
public static String updateVersion;
|
||||
|
|
Loading…
Reference in a new issue