diff options
author | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2022-05-03 18:55:40 +0200 |
---|---|---|
committer | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2022-05-03 18:55:40 +0200 |
commit | 5c1679217cdaea7c0cba7c93d85e7da05f47a3d0 (patch) | |
tree | 4158066ecf2e2be2c3b6eb0fae47991dfad3c00c | |
parent | 6f9fd121f5c77202a8103a047f315d5ffcef93ed (diff) | |
download | Skyblocker-5c1679217cdaea7c0cba7c93d85e7da05f47a3d0.tar.gz Skyblocker-5c1679217cdaea7c0cba7c93d85e7da05f47a3d0.tar.bz2 Skyblocker-5c1679217cdaea7c0cba7c93d85e7da05f47a3d0.zip |
Update to 1.7.0
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | FEATURES.md | 3 | ||||
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | gradle.properties | 2 |
4 files changed, 19 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a9518344..dbf2f0b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release 1.7.0 + +New Feature +* Commission HUD by @TacoMonkey11 in https://github.com/SkyblockerMod/Skyblocker/pull/55 +* Rewrote status bars again by @ExternalTime in https://github.com/SkyblockerMod/Skyblocker/pull/68 + +Fixes +* fixed crash on itemtooltip on legacy timestamps by @LifeIsAParadox +* Updated Trivia @LifeIsAParadox + +**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.6.3...v1.7.0 +___ # Release 1.6.3 Fixes diff --git a/FEATURES.md b/FEATURES.md index 4a057057..fd090daf 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -15,4 +15,5 @@ * Quicknav: fast navigate between pets, armor, enderchest, skill, collection, crafting, enchant, envil, warp dungeon, warp hub * Recipe book: in the vanilla recipe book all skyblock items are listed and you can see the recipe of the item * Backpack preview: after you clicked your backpack or enderchest once you can hover over the backpack or enderchest and hold shift to preview -* Update notification
\ No newline at end of file +* Update notification +* Commission HUD: Dwarven Mines quests
\ No newline at end of file @@ -20,9 +20,9 @@ Installation guide is [here](https://github.com/LifeIsAParadox/Skyblocker/wiki/i * Hide Messages: Ability Cooldown, Heal, AOTE, Implosion, Molten Wave, Teleport Pad Messages * Dungeon Minimap * Dungeon Puzzle Solver: - * Three Weirdos - * Blaze - * F7 Terminal: Order, Color, Name + * Three Weirdos + * Blaze + * F7 Terminal: Order, Color, Name * Dwarven Mines Solver: Fetchur, Puzzler * Drill Fuel in Item Durability Bar * Hotbar Slot Lock Keybind (Select the hotbar slot you want to lock/unlock and press the lockbutton) @@ -34,6 +34,7 @@ Installation guide is [here](https://github.com/LifeIsAParadox/Skyblocker/wiki/i * Recipe book: in the vanilla recipe book all skyblock items are listed and you can see the recipe of the item * Backpack preview: after you clicked your backpack or enderchest once you can hover over the backpack or enderchest and hold shift to preview * Update notification +* Commission HUD: Dwarven Mines quests </details> diff --git a/gradle.properties b/gradle.properties index d6eb2d06..79d03a91 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ clothconfig_version=6.2.57 mod_menu_version=3.1.0 # Mod Properties -mod_version = 1.6.3 +mod_version = 1.7.0 maven_group = me.xmrvizzy archives_base_name = skyblocker modrinth_id=y6DuFGwJ |