Skip to content

Commit

Permalink
Merge pull request #972 from LifeIsAParadox/update-mod-to-1.22.1
Browse files Browse the repository at this point in the history
Update mod to 1.22.1 (the aaron update)
  • Loading branch information
LifeIsAParadox authored Aug 30, 2024
2 parents 2d445b6 + 0636935 commit 0ee855f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Release 1.22.1

## Highlight
* Display Slot Text and Protected Items in PV
* Request Profile Id if we don't receive it
* Fix Ultrasequencer Bugs
* Fix NoSuchElementException with modelless Abicases
* Fix PV Collections Crash
* Fix WebSocket bugs

## What's Changed
* Fix Ultrasequencer Bugs by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/942
* Fix NoSuchElementException with modelless Abicases by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/953
* Slot Text and Item Protection support for the PV by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/954
* Request Profile Id if we don't receive it by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/947
* [Pv & SlayerHighlight] Fixes and improvements by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/952
* Tooltip Info Rework + Performance improvements by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/957
* Fix PV Collections Crash by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/959
* Fix WebSocket bugs by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/964

**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.22.0...v1.22.1
___
# Release 1.22.0

## Highlight
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ commons_math_version = 3.6.1
commons_text_version = 1.12.0

# Mod Properties
mod_version = 1.22.0
mod_version = 1.22.1
maven_group = de.hysky
archives_base_name = skyblocker
modrinth_id=y6DuFGwJ
Expand Down

0 comments on commit 0ee855f

Please sign in to comment.