diff options
author | Yasin <a.piri@hotmail.de> | 2024-04-03 00:06:07 +0200 |
---|---|---|
committer | Yasin <a.piri@hotmail.de> | 2024-04-03 00:06:07 +0200 |
commit | f8f367bf5bd28ebea70b74a3e4373c20d7e105f1 (patch) | |
tree | 180be3bcb33abbfaaa2a2fac4f57afb31adf931f | |
parent | 64948da73ba71e5ba399ce01481de797509d4fb5 (diff) | |
download | Skyblocker-f8f367bf5bd28ebea70b74a3e4373c20d7e105f1.tar.gz Skyblocker-f8f367bf5bd28ebea70b74a3e4373c20d7e105f1.tar.bz2 Skyblocker-f8f367bf5bd28ebea70b74a3e4373c20d7e105f1.zip |
update mod to 1.19.1
-rw-r--r-- | CHANGELOG.md | 22 | ||||
-rw-r--r-- | FEATURES.md | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | gradle.properties | 2 |
4 files changed, 27 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea73c37..74bd6550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# Release 1.19.1 + +## Highlight +* Fix Croesus Solver crash +* Basic garden mouse locking feature (set sensitivity to 0) +* New Year Cakes Helper +* add Zodd room (Dungeon Secrets) + +## What's Changed +* Add New Year Cakes Helper by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/603 +* Basic garden mouse locking feature by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/607 +* Fix Commissions Hud & Wiki Lookup by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/616 +* Redraw square rarity background by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/619 +* Update IF conflict by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/620 +* Croesus Solver crash fix by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/621 +* Fix Dwarven Hud by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/617 +* Update Dungeon Secrets (Zodd Room) by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/618 +* Remove Visitor from Visitor Helper when you refuse their offer by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/626 +* Fix labeler by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/604 + +**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.19.0...v1.19.1 +___ # Release 1.19.0 ## Highlight diff --git a/FEATURES.md b/FEATURES.md index 4b9a15f0..698a34cb 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -93,6 +93,7 @@ - **Visitor Helper** - buy items that visitors require from bazaar by clicking the text - **Disable title and chat messages for Melon/Pumpkin Dicer** +- **Basic garden mouse locking feature (set mouse sensitivity to 0)** ### Visual Enhancements: - **Fancy Tab HUD:** Fully configurable with a resource pack. @@ -130,6 +131,7 @@ - **Quicknav:** (Fully customizeable) Fast navigation between pets, armor, enderchest, skill, collection, crafting, enchant, anvil, warp dungeon, and warp hub. - **Recipe Book:** Lists all Skyblock items in the vanilla recipe book, allowing you to see the recipe of the item. - **Backpack Preview:** After clicking your backpack or enderchest once, you can hover over the backpack or enderchest and hold Shift to preview its contents. +- **New Year Cakes Helper** ### Barn Features: - **Barn Solver:** @@ -113,6 +113,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - **Visitor Helper** - buy items that visitors require from bazaar by clicking the text - **Disable title and chat messages for Melon/Pumpkin Dicer** +- **Basic garden mouse locking feature (set mouse sensitivity to 0)** ### Visual Enhancements: - **Fancy Tab HUD:** Fully configurable with a resource pack. @@ -150,6 +151,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - **Quicknav:** (Fully customizeable) Fast navigation between pets, armor, enderchest, skill, collection, crafting, enchant, anvil, warp dungeon, and warp hub. - **Recipe Book:** Lists all Skyblock items in the vanilla recipe book, allowing you to see the recipe of the item. - **Backpack Preview:** After clicking your backpack or enderchest once, you can hover over the backpack or enderchest and hold Shift to preview its contents. +- **New Year Cakes Helper** ### Barn Features: - **Barn Solver:** diff --git a/gradle.properties b/gradle.properties index 702a292b..3fff28a6 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.19.0 +mod_version = 1.19.1 maven_group = de.hysky archives_base_name = skyblocker modrinth_id=y6DuFGwJ |