New Changelog

This commit is contained in:
Ellpeck 2015-12-17 21:58:24 +01:00
parent 09135e72b6
commit e0aaa93bb5

View file

@ -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;