From 9648863e5a1ff993e62129dc70eccb2c55fa32b1 Mon Sep 17 00:00:00 2001 From: Sam McCreery <4602020+mccreery@users.noreply.github.com> Date: Fri, 22 May 2020 23:04:41 +0100 Subject: [PATCH] Update changelog and links for and in update.json --- docs/CHANGELOG.md | 11 +++++++++++ src/main/java/jobicade/betterhud/BetterHud.java | 2 +- update.json | 7 ++++--- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6109cb76..121b3139 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.4.2] - 2020-05-22 +### Changed +- Pickup count not supported when connected to a 1.4.1 server (see bug below) +- Reduced network traffic in block viewer +### Fixed +- Server-side crashes with `NoClassDefFoundError` (#73) +- Pickup count not working on a server (#93) +- Tickables running at double speed (#87) +- World border warning calculation (#81) +- Crash with `NullPointerException` in sign reader (#90) + ## [1.4.1] - 2019-08-22 ### Added - Option to disable sleep indicator on game clock diff --git a/src/main/java/jobicade/betterhud/BetterHud.java b/src/main/java/jobicade/betterhud/BetterHud.java index 3ed9cd53..e5241e79 100644 --- a/src/main/java/jobicade/betterhud/BetterHud.java +++ b/src/main/java/jobicade/betterhud/BetterHud.java @@ -32,7 +32,7 @@ @EventBusSubscriber @Mod(modid = BetterHud.MODID, name = "Better HUD", version = BetterHud.VERSION, - updateJSON = "https://raw.githubusercontent.com/mccreery/better-hud/develop/update.json", + updateJSON = "https://raw.githubusercontent.com/mccreery/better-hud/master/update.json", dependencies = "required-after:forge@[14.23.1.2557,)") public class BetterHud { public static final String MODID = "betterhud"; diff --git a/update.json b/update.json index 82375f62..32827ee4 100644 --- a/update.json +++ b/update.json @@ -1,5 +1,5 @@ { - "homepage": "https://minecraft.curseforge.com/projects/better-hud", + "homepage": "https://www.curseforge.com/minecraft/mc-mods/better-hud", "1.7.10": { "1.3.5": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#135---2015-11-28" }, @@ -24,7 +24,8 @@ "1.4-beta.3": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#14-beta3-2019-01-19", "1.4-beta.4": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#14-beta4-2019-02-04", "1.4": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#14---2019-04-04", - "1.4.1": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#141---2019-08-22" + "1.4.1": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#141---2019-08-22", + "1.4.2": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#142---2020-05-22" }, "promos": { "1.7.10-recommended": "1.3.5", @@ -33,6 +34,6 @@ "1.9.4-recommended": "1.3.8", "1.11-recommended": "1.3.9", "1.12-recommended": "1.3.9", - "1.12.2-recommended": "1.4.1" + "1.12.2-recommended": "1.4.2" } }