Skip to content

Commit

Permalink
Update changelog and links for and in update.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mccreery committed May 22, 2020
1 parent 8878752 commit 9648863
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/jobicade/betterhud/BetterHud.java
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
7 changes: 4 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand All @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 9648863

Please sign in to comment.