aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasin <19829407+LifeIsAParadox@users.noreply.github.com>2024-08-14 16:20:12 +0200
committerYasin <19829407+LifeIsAParadox@users.noreply.github.com>2024-08-14 16:20:12 +0200
commit26ef956f8daf67f08362f91aaaa07b3491055903 (patch)
treed0fecbbd8f2ed955ddfcf32822020f7e92032bbd
parent931898c0846fba67e231c7318438338d42c0268f (diff)
downloadSkyblocker-26ef956f8daf67f08362f91aaaa07b3491055903.tar.gz
Skyblocker-26ef956f8daf67f08362f91aaaa07b3491055903.tar.bz2
Skyblocker-26ef956f8daf67f08362f91aaaa07b3491055903.zip
update skyblocker to 1.22.0
-rw-r--r--CHANGELOG.md137
-rw-r--r--FEATURES.md48
-rw-r--r--README.md395
-rw-r--r--gradle.properties2
-rw-r--r--src/main/resources/fabric.mod.json6
5 files changed, 522 insertions, 66 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d64d64c..e39299ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,140 @@
+# Release 1.22.0
+
+## Highlight
+- Profile Viewer
+- Dojo helper
+- Simon Says Solver & Lights On Solver
+- Jerry timer
+- Equipment in inventory
+- Craft Cost Tooltip
+- Essence Shop Price
+- complete sack bz and npc sell price
+- Repeated ding when a stray rabbit appears
+- Completed commission highlighter
+- Crystal hollows Auto detect waypoint from chat for example when talking to king
+- Bazaar highlighter
+- Nucleus waypoints
+- Wishing compass solver
+- Correct livid highlight in m5
+- Option to increase fog radius in Crimson Isles
+- True HEX display for dye items
+- Chest Value on minion generated stuff
+- Kuudra glow
+- Kuudra danger warning
+- Treasure Chest Highlighter
+- Quick nav tooltip
+- Skyblock XP Messages
+- Crystal Waypoints server-sided sharing via WebSocket
+- Dungeon fairy room highlight
+- Tooltip display Estimated Item Value
+- Blaze Slayer Helper (Attunement highlighting, Fire Pillar Countdown Notifiications)
+- Slayer Highlights (Hitbox Slayer Mob Highlighting, Glow Effect Slayer Mob Highlighting)
+- Fix Emi and rei now displaying again
+- Fix SuperpairsSolver not starting properly
+- Fix Nukekubi head highlight
+- Fix a lot of config crashes because of null values
+- Fix quick nav tooltip config
+- Fix Farming Hud Crash
+- Fix item debug crashes
+
+## What's Changed
+* Change OptionalInt costs to OptionalLong by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/809
+* Profile Viewer by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/708
+* Nucleus waypoints by @UpFault in https://github.com/SkyblockerMod/Skyblocker/pull/738
+* Refactor and add more tips by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/752
+* Add completed commission highlight by @Vricken in https://github.com/SkyblockerMod/Skyblocker/pull/797
+* Remove the development environment branch from the isInLocation methods by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/810
+* Fix wrong icon being shown when the player has enough gems to instantly upgrade by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/814
+* Change README.md version from 1.20.6 to 1.21 by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/819
+* Dojo helper by @olim88 in https://github.com/SkyblockerMod/Skyblocker/pull/747
+* Jerry timer by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/748
+* Migrate to setup gradle by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/768
+* Equipment in inventory by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/718
+* Schedule mayor cache ticking to the next year rather than every 20 mins by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/751
+* Add Craft Cost Tooltip by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/781
+* Multiply npc price tooltip by the amount of items in the sack by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/782
+* Fix PetLevelAdder working incorrectly in the sea creatures guide by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/817
+* Fix discord announcement not including minecraft version by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/821
+* Make ordered waypoints' waypoint type configurable by the global waypoint config by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/825
+* Same formatting in features by @Mininoob46 in https://github.com/SkyblockerMod/Skyblocker/pull/826
+* Fix EggFinder highlight not being removed upon new egg spawn by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/811
+* Profile Viewer some changes by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/818
+* Repeated ding when a stray rabbit appears by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/828
+* Fix waypoints Skytils v1 importing by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/822
+* Shortcut arguments redirect by @olim88 in https://github.com/SkyblockerMod/Skyblocker/pull/824
+* Fix control test helper for dojo by @olim88 in https://github.com/SkyblockerMod/Skyblocker/pull/831
+* Locraw remover 9000 by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/829
+* Simon Says Solver & Lights On Solver by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/724
+* Aaron's Mod compatibility for profile viewer by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/833
+* Item Protection Enhancements by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/836
+* Workaround "fake" transparent pixels by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/838
+* Fix recipe book search being case sensitive by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/839
+* Bazaar Helper by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/728
+* Change colo(u)r for max collections and skills slot text by @Vricken in https://github.com/SkyblockerMod/Skyblocker/pull/804
+* Add some custom command argument types by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/834
+* Fix quicknav buttons 8, 9 and 12 having empty string as ui title by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/840
+* Fix result text displaying weirdly when its too long in the recipe book by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/842
+* Fix dungeon secret widget spamming logs by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/843
+* Some fixes and some opinionated changes for the en_us lang file by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/841
+* EssenceShopPrice feature by @UpFault in https://github.com/SkyblockerMod/Skyblocker/pull/737
+* make all formatting use static instances of numberformat using US locale by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/765
+* Update Attribute Short Names by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/844
+* Fix Memory Leak by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/853
+* Profileviewer Copy Instead of Mutating ItemRepo Itemstack map by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/857
+* Fix rare npe in OrderTerminal by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/848
+* Fix inconsistency with Hypixel's inconsistencies by @IllagerCaptain in https://github.com/SkyblockerMod/Skyblocker/pull/852
+* Refactor container matcher implementations into interfaces by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/788
+* Improve mining waypoint by @olim88 in https://github.com/SkyblockerMod/Skyblocker/pull/791
+* Make ChocolateFactorySolver a singleton to fix tooltip not working by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/863
+* use bounding box instead of block size by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/726
+* emi/rei, Quicknav, livid and nukekubi head (eman boss head) fix by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/812
+* Fix empty categories being checked by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/851
+* Move to Mod API for isOnSkyblock detection by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/854
+* Bazaar Lookup/Misc Options by @VeritasDL in https://github.com/SkyblockerMod/Skyblocker/pull/792
+* Option to increase fog radius when in the Crimson Isles by @IBeHunting in https://github.com/SkyblockerMod/Skyblocker/pull/856
+* Fix slot text not working on favorited pets by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/868
+* Center quick nav buttons in bigger UIs by @nea89o in https://github.com/SkyblockerMod/Skyblocker/pull/871
+* Add slot text to Rabbit levels in the Chocolate Factory by @aiden-powers in https://github.com/SkyblockerMod/Skyblocker/pull/827
+* Tooltip Tweaks by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/835
+* Clean up id mess and add tests by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/867
+* Fix Roman Numeral parsing crash by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/882
+* Fix Farming Hud Crash by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/883
+* Fix item debug crashes by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/886
+* Add raytracing to the egg finder to make it fairer by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/845
+* Chest Value: Only show minion's generated stuff and visual upgrade by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/861
+* Kuudra Part 2 by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/873
+* Profile Viewer Use Taming Levels Added to API. Maybe fix wardrobe + inv. by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/880
+* Treasure Chest Highlighter for crystal hollows by @olim88 in https://github.com/SkyblockerMod/Skyblocker/pull/849
+* Quick nav tooltip by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/865
+* Skyblock XP Messages by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/872
+* Added description to hideEmptyTooltips option. by @aiden-powers in https://github.com/SkyblockerMod/Skyblocker/pull/893
+* Crystal Waypoints server-sided sharing via WebSocket by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/895
+* PV Tweaks by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/874
+* Better dungeon door detection/overlay by @GatienDoesStuff in https://github.com/SkyblockerMod/Skyblocker/pull/879
+* Fix Croesus profit estimator on master mode chests by @GatienDoesStuff in https://github.com/SkyblockerMod/Skyblocker/pull/900
+* Fix clean pickonimbuses showing diamond pickaxe durability by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/906
+* Fix visitor helper readding visitors after you accept/deny them by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/907
+* True Hex Display for Vincent & Rare Dye Drop Special Effects by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/885
+* Fix a lot of config crashes because of null values by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/902
+* Fix quick nav tooltip config by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/909
+* 1.21.1 by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/898
+* Networth by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/806
+* Fast util refactor by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/896
+* Slayer Helpers Slayer Highlights, Blaze Helpers and Glow Caching by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/888
+* Crystals Waypoint WebSocket Enhancements by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/917
+* Fix SuperpairsSolver not starting properly by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/918
+
+## New Contributors
+* @Vricken made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/797
+* @Mininoob46 made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/826
+* @IllagerCaptain made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/852
+* @IBeHunting made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/856
+* @nea89o made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/871
+* @aiden-powers made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/827
+* @GatienDoesStuff made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/879
+
+**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.21.1...v1.22.0
+___
# Release 1.21.1
## Highlight
diff --git a/FEATURES.md b/FEATURES.md
index 2311f4e8..241765dd 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -16,6 +16,8 @@
- *Silverfish*
- *Ice Fill*
- *Boulder*
+ - *Simon Says Solver*
+ - *Lights On*
- Terminal:
- *Order*
- *Coloured Items*
@@ -44,6 +46,12 @@
- *Pearl*
- **No arrow poison warning**
- **Low arrow poison warning**
+- **Kuudra glow**
+- **Kuudra danger warning**
+
+### Crimson Isles:
+- **Dojo helper**
+- **Option to increase fog radius**
### Item and Armor Customization:
- *Item Renaming*
@@ -59,6 +67,19 @@
- *XP*
- **Vanilla health/xp and fancy bar shown in parallel**
+### Profile Viewer:
+- **Skills**
+- **Slayer**
+- **Catacombs**
+- **Container:**
+ - Inventory
+ - Enderchest
+ - Backpack
+ - Wardrobe
+ - Pets
+ - Accessory Bag
+- **Collections**
+
### Dwarven Mines / Crystal Hollows / Glacite Mining:
- **Dwarven Mines Solver:**
- Fetchur
@@ -72,6 +93,11 @@
- *Find locations in chat messages*
- *Share waypoints*
- Metal detector helper
+ - Auto-detect waypoint from chat for example when talking to king
+ - Nucleus waypoints
+ - Wishing compass helper
+ - Treasure Chest Highlighter
+ - Crystal Waypoints server-sided sharing via WebSocket
- **Glacite Tunnels:**
- *Cold Overlay*
- **Commission HUD:**
@@ -97,6 +123,12 @@
- Beacon Highlighting
- Yang Glyph Notification
- Nukekubi Head Highlighting
+- **Blaze Slayer:**
+ - Attunement highlighting
+ - Fire Pillar Countdown Notifiications
+- **General:**
+ - Slayer (Mini)Bosses Highlighting
+ - Glow Effect Slayer Mob Highlighting
### Garden Features:
- **Farming HUD:**
@@ -136,6 +168,7 @@
- **Ender Nodes Helper**
### User Interface Enhancements:
+- **Equipment in inventory**
- **Search overlays for bz and ah**
- **Slot Text:**
- *Attribute Shard Info Display*
@@ -153,6 +186,9 @@
- *Your Essence*
- *Power Stone Guide*
- *Stats Tuning*
+ - *Collection*
+ - *Community Shop*
+ - *Bazaar*
- **Drill Fuel and Pickonimbus 2000 in Item Durability Bar**
- **Hotbar Slot Lock Keybind:** Select the hotbar slot you want to lock/unlock and press the lock button.
- **Item Tooltip:** (Provides information on)
@@ -164,6 +200,10 @@
- *Exotic Armor Identifier*
- *Item Quality*
- *Accessories Helper*
+ - *Craft Cost*
+ - *Essence Shop Price*
+ - *True HEX display for dye items*
+ - *Estimated Item Value*
- **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.
@@ -192,7 +232,7 @@
- *Teleport Pad Messages*
- *Sky Mall*
-### Miscellaneous Solvers:
+### Miscellaneous Helpers:
- **Experiments Solvers**
- **Fishing:**
- Helper (Includes sound notifications)
@@ -200,6 +240,7 @@
- Hide other rods
- **Mythological Ritual Helper**
- **Chocolate factory Helper**
+- **Jerry timer**
### Miscellaneous Features:
- **[Roughly Enough Items (REI)](https://modrinth.com/mod/rei) and [EMI](https://modrinth.com/mod/emi) Support**
@@ -209,8 +250,9 @@
- **OptiFabric Compatibility**
- **Waypoints API**
- **Config Button in Skyblock Menu**
-- **ChestValue**
+- **Chest Value**
- **Add useful tips in chat**
- **Suppress badlion packet warnings**
- **Remove screens when switching island**
-- **Skin transparency correction** \ No newline at end of file
+- **Skin transparency correction**
+- **Skyblock XP Messages** \ No newline at end of file
diff --git a/README.md b/README.md
index 9f73ea58..8025b4ca 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,11 @@
[![modrinth statistic](https://img.shields.io/modrinth/dt/skyblocker-liap?color=00AF5C&label=Download&labelColor=cecece00AF5C&logo=modrinth)](https://modrinth.com/mod/skyblocker-liap)
[![curseforge statistic](https://img.shields.io/curseforge/dt/936169?logo=curseforge&color=orange)](https://www.curseforge.com/minecraft/mc-mods/skyblocker)
[![github statistic](https://img.shields.io/github/downloads/SkyblockerMod/skyblocker/total?labelColor=cecece&color=000000&label=Download&logo=github&logoColor=black)](https://github.com/SkyblockerMod/Skyblocker/releases/latest)
-[![Build Beta](https://img.shields.io/github/actions/workflow/status/SkyblockerMod/Skyblocker/beta.yml?labelColor=cecece&label=beta&logo=github&logoColor=black)](https://github.com/SkyblockerMod/Skyblocker/actions/workflows/beta.yml)
+ \
[![Discord](https://img.shields.io/discord/879732108745125969?logo=discord&labelColor=cecece&color=7289DA&label=)](https://discord.com/invite/aNNJHQykck)
-[![Ko-fi](https://img.shields.io/badge/buy%20me%20coffee-skyblocker?color=434B57&logo=kofi)](https://ko-fi.com/wohlhabend)
-[![Translated](https://translate.hysky.de/widgets/Skyblocker/-/skyblocker/svg-badge.svg)](https://translate.hysky.de/projects/Skyblocker/skyblocker/)
+
+**Translate status** \
+[![Translate status](https://translate.hysky.de/widget/Skyblocker/multi-auto.svg)](https://translate.hysky.de/projects/Skyblocker/skyblocker/)
Hypixel Skyblock Mod for Minecraft 1.21 & 1.21.1
@@ -36,6 +37,8 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
- *Silverfish*
- *Ice Fill*
- *Boulder*
+ - *Simon Says Solver*
+ - *Lights On*
- Terminal:
- *Order*
- *Coloured Items*
@@ -64,6 +67,12 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
- *Pearl*
- **No arrow poison warning**
- **Low arrow poison warning**
+- **Kuudra glow**
+- **Kuudra danger warning**
+
+### Crimson Isles:
+- **Dojo helper**
+- **Option to increase fog radius**
### Item and Armor Customization:
- *Item Renaming*
@@ -79,6 +88,19 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
- *XP*
- **Vanilla health/xp and fancy bar shown in parallel**
+### Profile Viewer:
+- **Skills**
+- **Slayer**
+- **Catacombs**
+- **Container:**
+ - Inventory
+ - Enderchest
+ - Backpack
+ - Wardrobe
+ - Pets
+ - Accessory Bag
+- **Collections**
+
### Dwarven Mines / Crystal Hollows / Glacite Mining:
- **Dwarven Mines Solver:**
- Fetchur
@@ -92,6 +114,11 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
- *Find locations in chat messages*
- *Share waypoints*
- Metal detector helper
+ - Auto-detect waypoint from chat for example when talking to king
+ - Nucleus waypoints
+ - Wishing compass helper
+ - Treasure Chest Highlighter
+ - Crystal Waypoints server-sided sharing via WebSocket
- **Glacite Tunnels:**
- *Cold Overlay*
- **Commission HUD:**
@@ -117,6 +144,12 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
- Beacon Highlighting
- Yang Glyph Notification
- Nukekubi Head Highlighting
+- **Blaze Slayer:**
+ - Attunement highlighting
+ - Fire Pillar Countdown Notifiications
+- **General:**
+ - Slayer (Mini)Bosses Highlighting
+ - Glow Effect Slayer Mob Highlighting
### Garden Features:
- **Farming HUD:**
@@ -156,6 +189,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
- **Ender Nodes Helper**
### User Interface Enhancements:
+- **Equipment in inventory**
- **Search overlays for bz and ah**
- **Slot Text:**
- *Attribute Shard Info Display*
@@ -173,6 +207,9 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
- *Your Essence*
- *Power Stone Guide*
- *Stats Tuning*
+ - *Collection*
+ - *Community Shop*
+ - *Bazaar*
- **Drill Fuel and Pickonimbus 2000 in Item Durability Bar**
- **Hotbar Slot Lock Keybind:** Select the hotbar slot you want to lock/unlock and press the lock button.
- **Item Tooltip:** (Provides information on)
@@ -184,6 +221,10 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
- *Exotic Armor Identifier*
- *Item Quality*
- *Accessories Helper*
+ - *Craft Cost*
+ - *Essence Shop Price*
+ - *True HEX display for dye items*
+ - *Estimated Item Value*
- **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.
@@ -212,7 +253,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
- *Teleport Pad Messages*
- *Sky Mall*
-### Miscellaneous Solvers:
+### Miscellaneous Helpers:
- **Experiments Solvers**
- **Fishing:**
- Helper (Includes sound notifications)
@@ -220,6 +261,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
- Hide other rods
- **Mythological Ritual Helper**
- **Chocolate factory Helper**
+- **Jerry timer**
### Miscellaneous Features:
- **[Roughly Enough Items (REI)](https://modrinth.com/mod/rei) and [EMI](https://modrinth.com/mod/emi) Support**
@@ -229,11 +271,12 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
- **OptiFabric Compatibility**
- **Waypoints API**
- **Config Button in Skyblock Menu**
-- **ChestValue**
+- **Chest Value**
- **Add useful tips in chat**
- **Suppress badlion packet warnings**
- **Remove screens when switching island**
- **Skin transparency correction**
+- **Skyblock XP Messages**
</details>
@@ -284,59 +327,289 @@ information.
### Contributor
-| [<img alt="Kraineff" src="https://github.com/Kraineff.png" width="100">](https://github.com/Kraineff) | [<img alt="d3dx9" src="https://github.com/d3dx9.png" width="100">](https://github.com/d3dx9) | [<img alt="LifeIsAParadox" src="https://github.com/LifeIsAParadox.png" width="100">](https://github.com/LifeIsAParadox) | [<img alt="ExternalTime" src="https://github.com/ExternalTime.png" width="100">](https://github.com/ExternalTime) |
-|:-----------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:|
-| [Kraineff](https://github.com/Kraineff) | [d3dx9](https://github.com/d3dx9) | [LifeIsAParadox](https://github.com/LifeIsAParadox) | [ExternalTime](https://github.com/ExternalTime) |
-
-| [<img alt="Zailer43" src="https://github.com/Zailer43.png" width="100">](https://github.com/Zailer43) | [<img alt="TacoMonkey11" src="https://github.com/TacoMonkey11.png" width="100">](https://github.com/TacoMonkey11) | [<img alt="KonaeAkira" src="https://github.com/KonaeAkira.png" width="100">](https://github.com/KonaeAkira) | [<img alt="Fix3dll" src="https://github.com/Fix3dll.png" width="100">](https://github.com/Fix3dll) |
-|:-----------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------:|
-| [Zailer43](https://github.com/Zailer43) | [TacoMonkey11](https://github.com/TacoMonkey11) | [KonaeAkira](https://github.com/KonaeAkira) | [Fix3dll](https://github.com/Fix3dll) |
-
-| [<img alt="ADON15c" src="https://github.com/ADON15c.png" width="100">](https://github.com/ADON15c) | [<img alt="TheColdPot" src="https://github.com/TheColdPot.png" width="100">](https://github.com/TheColdPot) | [<img alt="Julienraptor01" src="https://github.com/Julienraptor01.png" width="100">](https://github.com/Julienraptor01) | [<img alt="MiraculixxT" src="https://github.com/MiraculixxT.png" width="100">](https://github.com/MiraculixxT) |
-|:--------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------:|
-| [ADON15c](https://github.com/ADON15c) | [TheColdPot](https://github.com/TheColdPot) | [Julienraptor01](https://github.com/Julienraptor01) | [MiraculixxT](https://github.com/MiraculixxT) |
-
-| [<img alt="catandA" src="https://github.com/catandA.png" width="100">](https://github.com/catandA) | [<img alt="kevinthegreat1" src="https://github.com/kevinthegreat1.png" width="100">](https://github.com/kevinthegreat1) | [<img alt="AzureAaron" src="https://github.com/AzureAaron.png" width="100">](https://github.com/AzureAaron) | [<img alt="msg-programs" src="https://github.com/msg-programs.png" width="100">](https://github.com/msg-programs) |
-|:--------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:|
-| [catandA](https://github.com/catandA) | [kevinthegreat1](https://github.com/kevinthegreat1) | [AzureAaron](https://github.com/AzureAaron) | [msg-programs](https://github.com/msg-programs) |
-
-| [<img alt="lantice3720" src="https://github.com/lantice3720.png" width="100">](https://github.com/lantice3720) | [<img alt="koloiyolo" src="https://github.com/koloiyolo.png" width="100">](https://github.com/koloiyolo) | [<img alt="Futuremappermydud" src="https://github.com/Futuremappermydud.png" width="100">](https://github.com/Futuremappermydud) | [<img alt="viciscat" src="https://github.com/viciscat.png" width="100">](https://github.com/viciscat) |
-|:--------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------:|
-| [lantice3720](https://github.com/lantice3720) | [koloiyolo](https://github.com/koloiyolo) | [Futuremappermydud](https://github.com/Futuremappermydud) | [viciscat](https://github.com/viciscat) |
-
-| [<img alt="Grayray75" src="https://github.com/Grayray75.png" width="100">](https://github.com/Grayray75) | [<img alt="alexiayaa" src="https://github.com/alexiayaa.png" width="100">](https://github.com/alexiayaa) | [<img alt="KhafraDev" src="https://github.com/KhafraDev.png" width="100">](https://github.com/KhafraDev) | [<img alt="KhafraDev" src="https://github.com/btwonion.png" width="100">](https://github.com/btwonion) |
-|:--------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------:|----------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|
-| [Grayray75](https://github.com/Grayray75) | [alexiayaa](https://github.com/alexiayaa) | [KhafraDev](https://github.com/KhafraDev) | [btwonion](https://github.com/btwonion) |
-
-
-| [<img alt="KhafraDev" src="https://github.com/Kaluub.png" width="100">](https://github.com/Kaluub) | [<img alt="KhafraDev" src="https://github.com/Emirlol.png" width="100">](https://github.com/Emirlol) | [<img alt="KhafraDev" src="https://github.com/LegendaryLilac.png" width="100">](https://github.com/LegendaryLilac) | [<img alt="KhafraDev" src="https://github.com/olim88.png" width="100">](https://github.com/olim88) |
-|----------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|
-| [Kaluub](https://github.com/Kaluub) | [Emirlol](https://github.com/Emirlol) | [LegendaryLilac](https://github.com/LegendaryLilac) | [olim88](https://github.com/olim88) |
-
-| [<img alt="Ghost-3" src="https://github.com/Ghost-3.png" width="100">](https://github.com/Ghost-3) | [<img alt="esteban4567890" src="https://github.com/esteban4567890.png" width="100">](https://github.com/esteban4567890) | [<img alt="Fluboxer" src="https://github.com/Fluboxer.png" width="100">](https://github.com/Fluboxer) | [<img alt="VeritasDL" src="https://github.com/VeritasDL.png" width="100">](https://github.com/VeritasDL) |
-|----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|
-| [Ghost-3](https://github.com/Ghost-3) | [esteban4567890](https://github.com/esteban4567890) | [Fluboxer](https://github.com/Fluboxer) | [VeritasDL](https://github.com/VeritasDL) |
-
-| [<img alt="TheDearbear" src="https://github.com/TheDearbear.png" width="100">](https://github.com/TheDearbear) | [<img alt="BigloBot" src="https://github.com/BigloBot.png" width="100">](https://github.com/BigloBot) | [<img alt="f3shqt" src="https://github.com/f3shqt.png" width="100">](https://github.com/f3shqt) | [<img alt="UpFault" src="https://github.com/UpFault.png" width="100">](https://github.com/UpFault) |
-|----------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|
-| [TheDearbear](https://github.com/TheDearbear) | [BigloBot](https://github.com/BigloBot) | [f3shqt](https://github.com/f3shqt) | [UpFault](https://github.com/UpFault) |
-
-### Translators
-
-German ([LifeIsAParadox](https://github.com/LifeIsAParadox) & [msg-programs](https://github.com/msg-programs)) \
-Indonesian ([null2264](https://github.com/null2264)) \
-Russian ([HyperSoop](https://github.com/HyperSoop) & [CrimsonIsle](https://github.com/CrimsonIsle) & [Ghost-3](https://github.com/Ghost-3) & [wilson-wtf](https://github.com/wilson-wtf) & [R2kip](https://github.com/R2kip) & [Kolobok125040](https://github.com/Kolobok125040))\
-French ([edgarogh](https://github.com/edgarogh) & [Julienraptor01](https://github.com/Julienraptor01) & [viciscat](https://github.com/viciscat) & [Kiverty](https://github.com/Kiverty) & [maDU59](https://github.com/maDU59)) \
-Japanese ([hirochisan](https://github.com/hirochisan) & [AC19970](https://github.com/AC19970)) \
-Chinese ([catandA](https://github.com/catandA) & [AC19970](https://github.com/AC19970)) \
-Chinese (Simplified) ([catandA](https://github.com/catandA) & [PumpkinXD](https://github.com/PumpkinXD) & [user123321111](https://github.com/user123321111) & [sunnytia](https://github.com/sunnytia) & [AC19970](https://github.com/AC19970) & [x-yingcan-x](https://github.com/x-yingcan-x)) \
-Korean ([lantice3720](https://github.com/lantice3720)) \
-Spanish ([IngeSebastian](https://github.com/IngeSebastian)) \
-Norwegian Bokmål ([KdGaming0](https://github.com/KdGaming0)) \
-Norwegian Nynorsk ([KdGaming0](https://github.com/KdGaming0)) \
-Turkish ([Fix3dll](https://github.com/Fix3dll) & [Emirlol](https://github.com/Emirlol) & [MrBiscuit921](https://github.com/MrBiscuit921)) \
-Canadian English ([AzureAaron](https://github.com/AzureAaron)) \
-Portuguese (Brazil) ([OhRetro](https://github.com/OhRetro) & [AurinVPK](https://github.com/AurinVPK) & [yFelipeMC](https://github.com/yFelipeMC)) \
-Dutch ([mitch030504](https://github.com/mitch030504)) \
-Italian ([Vricken](https://github.com/Vricken)) \
-Polish ([danehcan](https://github.com/danehcan))
+<table>
+ <tr>
+ <td width="150" align="center">
+ <a href="https://github.com/Kraineff">
+ <img alt="Kraineff" src="https://github.com/Kraineff.png" width="100">
+ <br>Kraineff
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/d3dx9">
+ <img alt="d3dx9" src="https://github.com/d3dx9.png" width="100">
+ <br>d3dx9
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/LifeIsAParadox">
+ <img alt="LifeIsAParadox" src="https://github.com/LifeIsAParadox.png" width="100">
+ <br>LifeIsAParadox
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/ExternalTime">
+ <img alt="ExternalTime" src="https://github.com/ExternalTime.png" width="100">
+ <br>ExternalTime
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td width="150" align="center">
+ <a href="https://github.com/Zailer43">
+ <img alt="Zailer43" src="https://github.com/Zailer43.png" width="100">
+ <br>Zailer43
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/TacoMonkey11">
+ <img alt="TacoMonkey11" src="https://github.com/TacoMonkey11.png" width="100">
+ <br>TacoMonkey11
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/KonaeAkira">
+ <img alt="KonaeAkira" src="https://github.com/KonaeAkira.png" width="100">
+ <br>KonaeAkira
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/Fix3dll">
+ <img alt="Fix3dll" src="https://github.com/Fix3dll.png" width="100">
+ <br>Fix3dll
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td width="150" align="center">
+ <a href="https://github.com/ADON15c">
+ <img alt="ADON15c" src="https://github.com/ADON15c.png" width="100">
+ <br>ADON15c
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/TheColdPot">
+ <img alt="TheColdPot" src="https://github.com/TheColdPot.png" width="100">
+ <br>TheColdPot
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/Julienraptor01">
+ <img alt="Julienraptor01" src="https://github.com/Julienraptor01.png" width="100">
+ <br>Julienraptor01
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/MiraculixxT">
+ <img alt="MiraculixxT" src="https://github.com/MiraculixxT.png" width="100">
+ <br>MiraculixxT
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td width="150" align="center">
+ <a href="https://github.com/catandA">
+ <img alt="catandA" src="https://github.com/catandA.png" width="100">
+ <br>catandA
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/kevinthegreat1">
+ <img alt="kevinthegreat1" src="https://github.com/kevinthegreat1.png" width="100">
+ <br>kevinthegreat1
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/AzureAaron">
+ <img alt="AzureAaron" src="https://github.com/AzureAaron.png" width="100">
+ <br>AzureAaron
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/msg-programs">
+ <img alt="msg-programs" src="https://github.com/msg-programs.png" width="100">
+ <br>msg-programs
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td width="150" align="center">
+ <a href="https://github.com/lantice3720">
+ <img alt="lantice3720" src="https://github.com/lantice3720.png" width="100">
+ <br>lantice3720
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/koloiyolo">
+ <img alt="koloiyolo" src="https://github.com/koloiyolo.png" width="100">
+ <br>koloiyolo
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/Futuremappermydud">
+ <img alt="Futuremappermydud" src="https://github.com/Futuremappermydud.png" width="100">
+ <br>Futuremappermydud
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/viciscat">
+ <img alt="viciscat" src="https://github.com/viciscat.png" width="100">
+ <br>viciscat
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td width="150" align="center">
+ <a href="https://github.com/Grayray75">
+ <img alt="Grayray75" src="https://github.com/Grayray75.png" width="100">
+ <br>Grayray75
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/qtlunya">
+ <img alt="qtlunya" src="https://github.com/qtlunya.png" width="100">
+ <br>qtlunya
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/KhafraDev">
+ <img alt="KhafraDev" src="https://github.com/KhafraDev.png" width="100">
+ <br>KhafraDev
+ </a>
+ </td>
+ <td width="150" align="center">
+ <a href="https://github.com/btwonion">
+ <img alt="btwonion" src="https://github.com/btwonion.png" width="100">
+ <br>btwonion
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td width="150" align="c