From 7ddf1789e6097db1f2ec8b5ce460612eea5fa966 Mon Sep 17 00:00:00 2001 From: Yasin <19829407+LifeIsAParadox@users.noreply.github.com> Date: Mon, 23 Jun 2025 09:34:56 +0200 Subject: update mod to 5.3.0 (#1388) * bump * . --- CHANGELOG.md | 135 ++++++++++++++++++++++++ FEATURES.md | 306 ++++++++++++++++++++++++++++-------------------------- README.md | 119 ++++++++++++++++----- gradle.properties | 2 +- 4 files changed, 387 insertions(+), 175 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 118a21cd..7800c090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,138 @@ +# Release 5.3.0 + +## Highlight +* Fancy Armor Customization GUI +* Added legacy attribute background +* Add Lushlilac and Sea Lumies Highlighters +* Add forest temple puzzle solver +* Add collapse button to waypoint screen +* Item pickup Widget +* Adds an oxygen bar +* Add waypoints to forest nodes +* Add Absorb Stacking Enchant Progress +* One flow waterboard solver +* Visitor helper added a copy amount and open Bazaar option +* Treasure Hunter Waypoints +* Farming HUD choose between NPC, Bazaar, or Both for calculating coin/h +* Farming HUD now displays which pricing source is being used +* Fancy Bar Overflow display options +* Add ingame fishing hook timer display +* Add basic ordered waypoint commands +* Item Background Refactor + Jacob's Contest Medal Background Colors +* Add /warp garden and /setspawn buttons to gardens plots widget +* Add slottext for "choose pet" and "skyblock guide" +* Confirmation Prompt Helper 2.0 +* Refresh inventory search highlight when slot changes +* Show all warp autocompletes for Bingo profiles +* Add optional item name parameter to search overlay commands +* Add separate wiki lookup keybinds +* Add more slot text to chocolate factory +* Add Deleting Items from AH/BZ Search Overlay History +* Increase Chat Rule Character Limit +* Set the default of hideStatusEffectOverlay to true +* Removes the Estimated Price from Bazaar Items +* Highlights items with attributes +* Recipe book search bar remember your last input +* Fix CompactorDeletorPreview related crash +* Fix Croesus Profit +* Fix jacobs event toast being too small in certain languages +* Fix wishing compass solver distance +* Fix npc price tooltip to include price * itemCount +* Improve scheduler thread safety to prevent crashes +* Fixed a bug where the fishing widget would not update +* Fix customize button not moving when recipe book is toggled + refactor +* Fixed the garden plot widget not being clickable +* Fix Inventory status effects are now hidden while the garden plot widget is active +* Fix allow numpad enter key to close signs +* Fix chest value not accounting for item count in sacks & stashes +* Fix some tabwidget icons being incorrect +* Fix Turbo books and Ultimate Jerry names in Search Overlay +* Fix update cooldown for new axe throw ability +* Fix Bobber Time widget not working after max time was exceeded +* Fix Only allow placing protected items into item frames while on Private Island or Garden +* Fix Fancy Party Finder Debug button only in debugging mode +* Fixed issues with waypoints not saving +* Fixed bugs with dungeon secret waypoints and puzzle solvers not working +* Fixed issues with the fishing helper being inaccurate +* Fixed showing profile id fallback messages + +## What's Changed +* fix gradle timout by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/1251 +* Add basic ordered waypoint commands by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1232 +* Remove Legacy Ordered Waypoints by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1242 +* Confirmation Prompt Helper 2.0 by @Fluboxer in https://github.com/SkyblockerMod/Skyblocker/pull/1245 +* Add slottext for "choose pet" and "skyblock guide" by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/1264 +* Add /warp garden and /setspawn buttons to gardens plots widget by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1266 +* Item Background Refactor + Jacob's Contest Medal Background Colors by @Aerhhh in https://github.com/SkyblockerMod/Skyblocker/pull/1262 +* Fix CompactorDeletorPreview related crash by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1274 +* Fix Croesus Profit by @Fluboxer in https://github.com/SkyblockerMod/Skyblocker/pull/1290 +* Epic Armor Customization GUI by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1215 +* Treasure Hunter Waypoints by @Fluboxer in https://github.com/SkyblockerMod/Skyblocker/pull/1246 +* Add ingame fishing hook timer display by @RoxareX in https://github.com/SkyblockerMod/Skyblocker/pull/1269 +* fix jacobs event toast being too small in certain languages by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1292 +* Things by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1285 +* Refresh inventory search highlight when slot changes by @Ownwn in https://github.com/SkyblockerMod/Skyblocker/pull/1259 +* fix wishing compass solver distance by @olim88 in https://github.com/SkyblockerMod/Skyblocker/pull/1296 +* Show all warp autocompletes for Bingo profiles. by @Kaluub in https://github.com/SkyblockerMod/Skyblocker/pull/1297 +* Change tips to use to new armour customization gui by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1299 +* more status bar anchors by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1298 +* Fix npc price tooltip to include price * itemCount by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1301 +* optional parse int by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1303 +* un-hardcode slot ids in SkillLevelAdder by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1305 +* Improve scheduler thread safety to prevent crashes by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1306 +* Verify Json Files by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1310 +* kitty yay by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1293 +* Fixed a bug where the fishing widget would not update by @Teyxos in https://github.com/SkyblockerMod/Skyblocker/pull/1294 +* Item pickup Widget by @olim88 in https://github.com/SkyblockerMod/Skyblocker/pull/1295 +* Bar changes by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1307 +* Remove hover text on chat waypoint suggestion message by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1314 +* Fix customize button not moving when recipe book is toggled + refactor by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1316 +* Clarify Search Overlay translation for Bazaar/AH by @jani270 in https://github.com/SkyblockerMod/Skyblocker/pull/1329 +* space by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1332 +* fix npe by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1336 +* Add waypoints to forest nodes by @PeytonBrown in https://github.com/SkyblockerMod/Skyblocker/pull/1325 +* Add Absorb Stacking Enchant Progress by @Bedrock-Armor in https://github.com/SkyblockerMod/Skyblocker/pull/1339 +* Update EnchantmentLevelAdder.java by @Bedrock-Armor in https://github.com/SkyblockerMod/Skyblocker/pull/1338 +* Garden fixes by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/1271 +* One flow waterboard solver by @SpaceMonkeyy86 in https://github.com/SkyblockerMod/Skyblocker/pull/1283 +* Allow numpad enter key to close signs by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1333 +* Update EnchantmentLevelAdder again by @Bedrock-Armor in https://github.com/SkyblockerMod/Skyblocker/pull/1347 +* Add periods to sentences by @AC19970 in https://github.com/SkyblockerMod/Skyblocker/pull/1348 +* Add optional item name parameter to search overlay commands by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1323 +* Add separate wiki lookup keybinds by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1324 +* Fix chest value not accounting for item count in sacks & stashes by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1337 +* Add more slot text to CF by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1342 +* Increase Chat Rule Character Limit by @Bedrock-Armor in https://github.com/SkyblockerMod/Skyblocker/pull/1356 +* Make custom item rename more friendly by @Ownwn in https://github.com/SkyblockerMod/Skyblocker/pull/1355 +* Add Deleting Items from AH/BZ Search Overlay History by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1346 +* Capitalize "buy"/"sell" in BazaarPriceTooltip by @Aerhhh in https://github.com/SkyblockerMod/Skyblocker/pull/1358 +* Clean up fishing stuff by @olim88 in https://github.com/SkyblockerMod/Skyblocker/pull/1340 +* fix: some tabwidget icons being incorrect by @j10a1n15 in https://github.com/SkyblockerMod/Skyblocker/pull/1362 +* Add translatable text by @AC19970 in https://github.com/SkyblockerMod/Skyblocker/pull/1363 +* Fix Turbo- books and Ultimate Jerry names in Search Overlay by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1366 +* Adds an oxygen bar by @PeytonBrown in https://github.com/SkyblockerMod/Skyblocker/pull/1367 +* update cooldown for new axe throw ability by @PeytonBrown in https://github.com/SkyblockerMod/Skyblocker/pull/1343 +* Add REI exclusion zone for Visitor Helper Gui by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1371 +* Fix dungeon entrance pos detection by @GatienDoesStuff in https://github.com/SkyblockerMod/Skyblocker/pull/1374 +* Set the default of hideStatusEffectOverlay to true by @PeytonBrown in https://github.com/SkyblockerMod/Skyblocker/pull/1376 +* Removes the Estimated Price from Bazaar Items by @PeytonBrown in https://github.com/SkyblockerMod/Skyblocker/pull/1377 +* Highlights items with attributes by @PeytonBrown in https://github.com/SkyblockerMod/Skyblocker/pull/1369 +* Remove deprecated space assignments from build.gradle by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1386 +* Fix Bobber Time widget not working after max time was exceeded by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1384 +* Small Fixes and Recipe Book Search Persistence by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/1276 + +## New Contributors +* @Aerhhh made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1262 +* @RoxareX made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1269 +* @Teyxos made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1294 +* @Alex33856 made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1314 +* @jani270 made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1329 +* @PeytonBrown made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1325 +* @Bedrock-Armor made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1339 +* @SpaceMonkeyy86 made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1283 + +**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v5.2.0...v5.3.0 +___ # Release 5.2.0 ## Highlight diff --git a/FEATURES.md b/FEATURES.md index 4cfa00f9..1fea5d61 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -4,25 +4,25 @@ - **Minimap & Score** - **Starred Mob Glow** - **Croesus Helper:** - - Highlight not opened chests - - Profit calculator + - Highlight not opened chests + - Profit calculator - **Puzzle Solver:** - - *Three Weirdos* - - *Blaze* - - *Creeper Beams* - - *Quiz - Ouro the Omniscient* - - *Tic Tac Toe* - - *Waterboard* - - *Silverfish* - - *Ice Fill* - - *Boulder* - - *Simon Says* - - *Lights On* - - *Teleport Maze* - - Terminal: - - *Order* - - *Coloured Items* - - *Item Name* + - *Three Weirdos* + - *Blaze* + - *Creeper Beams* + - *Quiz - Ouro the Omniscient* + - *Tic Tac Toe* + - *Waterboard* (one flow) + - *Silverfish* + - *Ice Fill* + - *Boulder* + - *Simon Says* + - *Lights On* + - *Teleport Maze* + - Terminal: + - *Order* + - *Coloured Items* + - *Item Name* - **Rare Drop Special Effects** - **Chest Profit Calculator** - **F3/M3 Fire Freeze Staff Timer** @@ -41,13 +41,18 @@ - **Dungeon Class-based player glow** - **Spirit Leap Overlay** +### Foraging Features: +- **Waypoints to forest nodes** +- **Lushlilac and Sea Lumies Highlighters** +- **Forest temple puzzle solver** + ### Kuudra Features: - **Kuudra waypoints:** - - *Supplies* - - *Supply Piles* - - *Fuel Cells* - - *Safe Spots* - - *Pearl* + - *Supplies* + - *Supply Piles* + - *Fuel Cells* + - *Safe Spots* + - *Pearl* - **No arrow poison warning** - **Low arrow poison warning** - **Kuudra glow** @@ -58,18 +63,20 @@ - **Option to increase fog radius** ### Item and Armor Customization: -- *Item Renaming* using `/skyblocker custom renameItem` -- *Custom Armor Dye Colors* -- *Custom Armor Trims* -- *Custom Animated Dyes* +- *Item Renaming* +- **Fancy Armor Customization GUI** + - *Custom Armor Dye Colors* + - *Custom Armor Trims* + - *Custom Animated Dyes* ### Health and Status Bars: - **Bars:** - - *Health and absorption* - - *Mana* - - *Defense* - - *XP* - - *Speed* + - *Health and absorption* + - *Mana* + - *Defense* + - *XP* + - *Speed* + - *Oxygen* - **Vanilla health/xp and fancy bar shown in parallel** ### Profile Viewer: @@ -77,43 +84,44 @@ - **Slayer** - **Catacombs** - **Container:** - - Inventory - - Enderchest - - Backpack - - Wardrobe - - Pets - - Accessory Bag + - Inventory + - Enderchest + - Backpack + - Wardrobe + - Pets + - Accessory Bag - **Collections** ### Dwarven Mines / Crystal Hollows / Glacite Mining: - **Dwarven Mines:** - - Solver: - - Fetchur - - Puzzler - - Unbreakable carpet highlighter + - Solver: + - Fetchur + - Puzzler + - Unbreakable carpet highlighter - **Crystal Hollows:** - - Crystal Hollows Map: - - *Shows players location in Crystal Hollows* - - *Highlights important waypoints in Crystal Hollows* - - Crystal Hollows Waypoints: - - *Shows waypoints for special locations* - - *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 + - Crystal Hollows Map: + - *Shows players location in Crystal Hollows* + - *Highlights important waypoints in Crystal Hollows* + - Crystal Hollows Waypoints: + - *Shows waypoints for special locations* + - *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* - - *Corpse Finder* - - *Corpse profit tracker* - - *Fossil Solver* + - *Cold Overlay* + - *Corpse Finder* + - *Corpse profit tracker* + - *Fossil Solver* - **Commission HUD:** - - *Provides information on Dwarven Mines / Crystal Hollows / Glacite Mining quests* + - *Provides information on Dwarven Mines / Crystal Hollows / Glacite Mining quests* - **Powder HUD** - **Ordered Waypoints** + - Basic ordered waypoint commands ### Rift Features: - **Mirrorverse Waypoints** @@ -125,40 +133,40 @@ ### Slayer Helper: - **Vampire:** - - Effigy Waypoints - - Healing Melon Indicator - - Twinclaws Ice Indicator - - Steak Stake Indicator + - Effigy Waypoints + - Healing Melon Indicator + - Twinclaws Ice Indicator + - Steak Stake Indicator - **Enderman:** - - Beacon Highlighting - - Yang Glyph Notification - - Nukekubi Head Highlighting - - Laser phase Timer + - Beacon Highlighting + - Yang Glyph Notification + - Nukekubi Head Highlighting + - Laser phase Timer - **Blaze Slayer:** - - Attunement highlighting - - Fire Pillar Countdown Notifiications + - Attunement highlighting + - Fire Pillar Countdown Notifiications - **General:** - - Bossbars - - Slayer HUD - - Boss slain time - - Personal Best slain time - - Boss and MiniBoss spawn alert - - Mute Enderman sounds - - Slayer (Mini)Bosses Highlighting - - Glow Effect Slayer Mob Highlighting + - Bossbars + - Slayer HUD + - Boss slain time + - Personal Best slain time + - Boss and MiniBoss spawn alert + - Mute Enderman sounds + - Slayer (Mini)Bosses Highlighting + - Glow Effect Slayer Mob Highlighting ### Garden Features: - **Farming HUD:** - - Counter - - Crops/min - - Coins/h - - Blocks/s - - Farming Level - - Farming XP/h - - Yaw and Pitch + - Counter + - Crops/min + - Coins/h + - Blocks/s + - Farming Level + - Farming XP/h + - Yaw and Pitch - **Visitor Helper:** - - Buy items that visitors require from bazaar by clicking the text - - Copy amount to clipboard + - Buy items that visitors require from bazaar by clicking the text + - Copy amount to clipboard - **Garden Plots Widget** - **Speed Presets (Rancher's Boots)** - **Disable title and chat messages for Melon/Pumpkin Dicer** @@ -175,18 +183,18 @@ - **Personal Compactor/Deletor Preview** - **Hide Fake Players in Social Interactions Screen** - **Item Rarity Backgrounds:** - - Circle or Square + - Circle or Square - **Item Cooldown Display** - **Configure Fire-Overlay Height** - **Configure night vision strength** - **End HUD Widget:** - - Zealots: - - *Since last eye* - - *Total zealots kills* - - *Avg kills per eye* - - Endstone Protector: - - *stage* - - *Location* + - Zealots: + - *Since last eye* + - *Total zealots kills* + - *Avg kills per eye* + - Endstone Protector: + - *stage* + - *Location* - **Ender Nodes Helper** - **Powder mining tracker** - **Special Effects for rare dye drops** @@ -197,44 +205,46 @@ - **Equipment in inventory** - **Search overlays for bz and ah** - **Slot Text:** - - *Attribute Shard Info Display* - - *Catacombs level* - - *Collection level* - - *Enchantment book level* - - *Minion level* - - *Pet level* - - *Potion level* - - *Prehistoric egg blocks walked* - - *Rancher's boots speed cap* - - *Skill level* - - *Skyblock level* - - *Essence Shop* - - *Your Essence* - - *Power Stone Guide* - - *Stats Tuning* - - *Collection* - - *Community Shop* - - *Bazaar* - - *Evolving Item* - - *New Year Cake* - - *Wardrobe slot* - - *Enchantment abbreviations* + - *Attribute Shard Info Display* + - *Catacombs level* + - *Collection level* + - *Enchantment book level* + - *Minion level* + - *Pet level* + - *Potion level* + - *Prehistoric egg blocks walked* + - *Rancher's boots speed cap* + - *Skill level* + - *Skyblock level* + - *Essence Shop* + - *Your Essence* + - *Power Stone Guide* + - *Stats Tuning* + - *Collection* + - *Community Shop* + - *Bazaar* + - *Evolving Item* + - *New Year Cake* + - *Wardrobe slot* + - *Enchantment abbreviations* + - *Choose Pet* + - *Skyblock Guide* - **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) - - *NPC Sell Prices* - - *Motes Prices* - - *Bazaar (average, lowest bin)* - - *Auction House* - - *Museum* - - *Exotic Armor Identifier* - - *Item Quality* - - *Accessories Helper* - - *Craft Cost* - - *Essence Shop Price* - - *True HEX display for dye items* - - *Estimated Item Value* - - *Skyblock ID* + - *NPC Sell Prices* + - *Motes Prices* + - *Bazaar (average, lowest bin)* + - *Auction House* + - *Museum* + - *Exotic Armor Identifier* + - *Item Quality* + - *Accessories Helper* + - *Craft Cost* + - *Essence Shop Price* + - *True HEX display for dye items* + - *Estimated Item Value* + - *Skyblock ID* - **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. @@ -245,36 +255,38 @@ - **Calendar Event Notifications** - **Sign calculator** - **CTRL/CMD + F to search inventory** +- **legacy attribute background** ### Barn Features: - **Barn Solver:** - - *Treasure Hunter* - - *Hungry Hiker* + - *Treasure Hunter* + - *Hungry Hiker* ### Chat Features: - **Custom Chat Rules** - **Autocomplete** - - *Warp command* - - *Sack Item* - - *Viewstash* + - *Warp command* + - *Sack Item* + - *Viewstash* - **Hide Messages:** - - *Ability Cooldown* - - *Heal* - - *Aspect of the End (AOTE)* - - *Implosion* - - *Molten Wave* - - *`/show command`* - - *Teleport Pad Messages* - - *Sky Mall* + - *Ability Cooldown* + - *Heal* + - *Aspect of the End (AOTE)* + - *Implosion* + - *Molten Wave* + - *`/show command`* + - *Teleport Pad Messages* + - *Sky Mall* ### Miscellaneous Helpers: - **Experiments Solvers** - **Fishing:** - - Helper (Includes sound notifications) - - Fishing rod timer (change color after 20 seconds) - - Hide other rods + - Helper (Includes sound notifications) + - Fishing rod timer (change color after 20 seconds) + - Hide other rods + - Ingame fishing hook timer display - **Mythological Ritual Helper** - - Estimated Diana burrow pos + - Estimated Diana burrow pos - **Chocolate factory Helper** - **Jerry timer** - **Wardrobe helper based on hotbar keybinds** diff --git a/README.md b/README.md index 216492a7..82a7ac9c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - *Creeper Beams* - *Quiz - Ouro the Omniscient* - *Tic Tac Toe* - - *Waterboard* + - *Waterboard* (one flow) - *Silverfish* - *Ice Fill* - *Boulder* @@ -59,6 +59,11 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - **Dungeon Class-based player glow** - **Spirit Leap Overlay** +### Foraging Features: +- **Waypoints to forest nodes** +- **Lushlilac and Sea Lumies Highlighters** +- **Forest temple puzzle solver** + ### Kuudra Features: - **Kuudra waypoints:** - *Supplies* @@ -77,9 +82,10 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in ### Item and Armor Customization: - *Item Renaming* -- *Custom Armor Dye Colors* -- *Custom Armor Trims* -- *Custom Animated Dyes* +- **Fancy Armor Customization GUI** + - *Custom Armor Dye Colors* + - *Custom Armor Trims* + - *Custom Animated Dyes* ### Health and Status Bars: - **Bars:** @@ -88,6 +94,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - *Defense* - *XP* - *Speed* + - *Oxygen* - **Vanilla health/xp and fancy bar shown in parallel** ### Profile Viewer: @@ -132,6 +139,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - *Provides information on Dwarven Mines / Crystal Hollows / Glacite Mining quests* - **Powder HUD** - **Ordered Waypoints** + - Basic ordered waypoint commands ### Rift Features: - **Mirrorverse Waypoints** @@ -209,7 +217,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - **Powder mining tracker** - **Special Effects for rare dye drops** - **Entity health bars** -- - **Fishing HUD** +- **Fishing HUD** ### User Interface Enhancements: - **Equipment in inventory** @@ -237,6 +245,8 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - *New Year Cake* - *Wardrobe slot* - *Enchantment abbreviations* + - *Choose Pet* + - *Skyblock Guide* - **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) @@ -263,6 +273,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - **Calendar Event Notifications** - **Sign calculator** - **CTRL/CMD + F to search inventory** +- **legacy attribute background** ### Barn Features: - **Barn Solver:** @@ -291,6 +302,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - Helper (Includes sound notifications) - Fishing rod timer (change color after 20 seconds) - Hide other rods + - Ingame fishing hook timer display - **Mythological Ritual Helper** - Estimated Diana burrow pos - **Chocolate factory Helper** @@ -750,6 +762,59 @@ information. WannaBeIan +
+
+
+
+
+
+
+