diff options
author | Yasin <a.piri@hotmail.de> | 2024-06-28 20:48:10 +0200 |
---|---|---|
committer | Yasin <a.piri@hotmail.de> | 2024-06-28 20:48:10 +0200 |
commit | 4217bd6fa20d22a950b8a2eae49e54393511914e (patch) | |
tree | 403ed2098689d9f815ee214034b2f87d65a9f4db | |
parent | 4064dec28cea7a4d47140e08a5c1df097d891563 (diff) | |
download | Skyblocker-4217bd6fa20d22a950b8a2eae49e54393511914e.tar.gz Skyblocker-4217bd6fa20d22a950b8a2eae49e54393511914e.tar.bz2 Skyblocker-4217bd6fa20d22a950b8a2eae49e54393511914e.zip |
update mod to 1.21.1
-rw-r--r-- | CHANGELOG.md | 20 | ||||
-rw-r--r-- | gradle.properties | 2 |
2 files changed, 19 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a813da..7d64d64c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ -# Release 1.21.0 for 1.21.0 +# Release 1.21.1 + +## Highlight +- Fix Museum donating Crash +- Fix EventNotification Crash +- Fix Golden Stray Rabbits not getting highlighted + +## What's Changed +* Fix Golden Stray Rabbits not getting highlighted by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/790 +* Fix museum cache by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/commit/9a59ee74d4e61aa2d31076a587fbf9ed2d6c6a64 +* Fix EventNotification NullPointerException by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/commit/1884bdf9e879d009e09cfd7b5b5123691ea81856 +* Fix Skyblocker Api Auth No Chat report Compatibility by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/commit/4064dec28cea7a4d47140e08a5c1df097d891563 + + +**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.21.0...v1.21.0+1.21.0 +___ +# Release 1.21.0 for 1.21 ## Highlight - Updated to mc 1.21.0 @@ -10,7 +26,7 @@ **Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.21.0...v1.21.0+1.21.0 ___ -# Release 1.21.0 +# Release 1.21.0 for 1.20.6 mc version 1.20.6 ## Highlight diff --git a/gradle.properties b/gradle.properties index ed4646a9..58f9b82f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,7 +34,7 @@ jgit_version = 6.9.0.202403050737-r commons_math_version = 3.6.1 # Mod Properties -mod_version = 1.21.0 +mod_version = 1.21.1 maven_group = de.hysky archives_base_name = skyblocker modrinth_id=y6DuFGwJ |