diff options
author | Yasin <a.piri@hotmail.de> | 2024-04-24 22:08:34 +0200 |
---|---|---|
committer | Yasin <a.piri@hotmail.de> | 2024-04-24 22:08:34 +0200 |
commit | 9587ddf665f080984dd6fa1fd640f4587c432a6c (patch) | |
tree | bda268f1fc2c9830116795c49e4ab141e3dba073 | |
parent | 57c948e24253d5ba5c8184efa4c20b7a99186f4e (diff) | |
download | Skyblocker-9587ddf665f080984dd6fa1fd640f4587c432a6c.tar.gz Skyblocker-9587ddf665f080984dd6fa1fd640f4587c432a6c.tar.bz2 Skyblocker-9587ddf665f080984dd6fa1fd640f4587c432a6c.zip |
update to 1.20.1
-rw-r--r-- | CHANGELOG.md | 16 | ||||
-rw-r--r-- | gradle.properties | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e81a2e4e..aec2df21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# Release 1.20.1 + +## Highlight +* vic (the cat) made two fixes + * fix end hud + * added missing farming tool for detection in garden hud + +## What's Changed +* Translations update from hysky translate by @Weblate-LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/666 +* fix garden icons and clamp the progress bar by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/668 +* fix and things for end hud by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/667 + + +**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.20.0...v1.20.1 + +___ # Release 1.20.0 ## Highlight diff --git a/gradle.properties b/gradle.properties index a7d4c0c3..d7e879d8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,7 +34,7 @@ jgit_version = 6.8.0.202311291450-r commons_math_version = 3.6.1 # Mod Properties -mod_version = 1.20.0 +mod_version = 1.20.1 maven_group = de.hysky archives_base_name = skyblocker modrinth_id=y6DuFGwJ |