diff options
author | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2021-11-19 12:31:02 +0100 |
---|---|---|
committer | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2021-11-19 12:31:02 +0100 |
commit | f80bcc834a262fa75e80b51023476eda42c31aaf (patch) | |
tree | abc5e890077250ea18936fa409ee9a2e6d4375fb | |
parent | f9e554cfbc0196934060a43d4d959aac9fbe3f1c (diff) | |
download | Skyblocker-f80bcc834a262fa75e80b51023476eda42c31aaf.tar.gz Skyblocker-f80bcc834a262fa75e80b51023476eda42c31aaf.tar.bz2 Skyblocker-f80bcc834a262fa75e80b51023476eda42c31aaf.zip |
Update to 1.4.0
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | FEATURES.md | 2 | ||||
-rw-r--r-- | gradle.properties | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d5a5982..141703ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Release 1.4.0 + +New features +* Added npc, lbin price into tooltip by @LifeIsAParadox +* Added museum info into tooltip by @LifeIsAParadox + +Full Changelog: https://github.com/LifeIsAParadox/Skyblocker/compare/v1.3.0...v1.4.0 +___ # Release 1.3.0 New features diff --git a/FEATURES.md b/FEATURES.md index bc54fd20..9c9afafc 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -6,5 +6,5 @@ * 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 button) -* price tooltip: bazaar, ah +* price tooltip: npc, bazaar (avg, lbin), ah, museum * reparty: write /rp to reparty
\ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 84913dfe..6b234d16 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ clothconfig_version=5.0.38 mod_menu_version=2.0.4 # Mod Properties -mod_version = 1.3.0 +mod_version = 1.4.0 maven_group = me.xmrvizzy archives_base_name = skyblocker modrinth_id=y6DuFGwJ
\ No newline at end of file |