diff options
| author | Yasin <LifeIsAParadox@users.noreply.github.com> | 2025-02-04 09:21:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-04 09:21:55 +0100 |
| commit | df911b3306e92afb2b7309548b28c8b243bdd2ea (patch) | |
| tree | 54569071a16ab753f57543443edcdda19c3eb618 | |
| parent | 23cc885b6a3d14da9da5104808e8d62085baf185 (diff) | |
| download | Skyblocker-df911b3306e92afb2b7309548b28c8b243bdd2ea.tar.gz Skyblocker-df911b3306e92afb2b7309548b28c8b243bdd2ea.tar.bz2 Skyblocker-df911b3306e92afb2b7309548b28c8b243bdd2ea.zip | |
Upate mod to 5.0.0 (#1157)
* update
* update
* Update CHANGELOG.md
* update
* update
* Update CHANGELOG.md
* fix version
* update
---------
Co-authored-by: Yasin <19829407+LifeIsAParadox@users.noreply.github.com>
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/crash_report.yml | 2 | ||||
| -rw-r--r-- | CHANGELOG.md | 197 | ||||
| -rw-r--r-- | FEATURES.md | 45 | ||||
| -rw-r--r-- | README.md | 956 | ||||
| -rw-r--r-- | gradle.properties | 2 |
6 files changed, 793 insertions, 411 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index dc13e64e..c8373c50 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -45,7 +45,7 @@ body: attributes: label: Skyblocker Version description: What version of Skyblocker are you running? Every part is important! If you do not know what version you are using, look at the file name in your "mods" folder. - placeholder: ex. skyblocker-1.22.2+1.21.3.jar + placeholder: ex. skyblocker-5.0.0+1.21.4.jar validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index a927129d..85009c92 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -26,7 +26,7 @@ body: attributes: label: Skyblocker Version description: What version of Skyblocker are you running? Every part is important! If you do not know what version you are using, look at the file name in your "mods" folder. - placeholder: ex. skyblocker-1.22.2+1.21.3.jar + placeholder: ex. skyblocker-5.0.0+1.21.4.jar validations: required: true - type: textarea diff --git a/CHANGELOG.md b/CHANGELOG.md index a50740b4..956dd1c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,198 @@ +# Release 5.0.0 +To avoid confusion with Minecraft's versioning system, we are transitioning from Semantic Versioning (SemVer) to a Unity like versioning scheme: +- x.y.z + - x: Increment by 1 every year. Since this project started in 2020, the version number 5.0.0 corresponds to the year 2025. + - y: Major or minor increment. + - z: Represents patches, fixes, or hotfixes. + +This approach ensures that our version numbers remain distinct and are not mistaken for Minecraft's versions. + +## Highlight +* Fancy Tab Hud 2.0 (back and customizable) +* Slayer Stuff + * Slayer Bossbars + * Slayer HUD + * Boss slain time + * Personal Best slain time + * Boss and MiniBoss spawn alert + * Mute Enderman sounds + * Laser phase Timer +* Teleport Maze Solver +* Wardrobe helper based on hotbar keybinds +* Daedalus axe as farming tool +* Garden Plots Widget +* Speed Presets (ranchers boots) +* Floor 7 Terminal/Device Waypoints +* Powder mining tracker +* Corpse Finder +* Carnival Helpers +* Smooth AOTE +* CTRL/CMD + F to search inventory +* Estimated Diana burrow pos +* Share position and set waypoint +* Speed Status Bar +* Sack Item Autocomplete +* Viewstash Autocomplete +* Fel Head Glow +* Bits Helper +* Salvage Helper +* Math teacher helper +* More slot text (Evolving Item, New Year Cake, Wardrobe slot) +* Tweak texture positions for quick craft +* Pet rarity backgrounds in pets menu +* 1.8.9 mushroom hitbox +* Skyblock ID tooltip +* Prevent placing protected items in item frames +* Option to share fairy grottos +* Hide latency icons in the tab +* Customizable night vision strength +* Valuable Consumable Protection +* Dwarven Mines unbreakable carpet highlighter +* Dungeon Class-based player glow +* Enchantment abbreviations as slot text +* Raffle task highlighter +* Fix Skin Transparency +* Fix Nukekubi Heads +* Fix kings scent detection +* Fix BazaarPriceTooltip crash in sacks +* Fix PV failing to fetch skins +* Fix NPE +* Fix offhand slot moving around +* Fix crash on missing pet info in slayer rewards +* Fix undyed leather armour turning black + +## What's Changed +* Use ASM compile-time class transformation for class init via an `@Init` annotation by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/924 +* Improved vampire icon in profile viewer by @IllagerCaptain in https://github.com/SkyblockerMod/Skyblocker/pull/969 +* Editor Config by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/800 +* Estimated diana burrow pos thing by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/714 +* BazaarLookup Small Edit by @VeritasDL in https://github.com/SkyblockerMod/Skyblocker/pull/884 +* [Location Share & Waypoint] Share position and set waypoint by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/916 +* Added Speed Status Bar #855 by @Westsi in https://github.com/SkyblockerMod/Skyblocker/pull/945 +* [Slayers] Adds Slayer Bossbars by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/940 +* Add wardrobe helper based on hotbar keybinds by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/943 +* Update Networth Calculator + Fix EMI Log Spam by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1001 +* Various Fixes by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1004 +* Random fixes by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1006 +* Some Other fixes by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1011 +* fix kings scent detection for wishing compass by @olim88 in https://github.com/SkyblockerMod/Skyblocker/pull/1012 +* More consistent wishing compass triangulation by @wahfl2 in https://github.com/SkyblockerMod/Skyblocker/pull/1003 +* Dont glow f/m4 minis by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/996 +* Add debug config and a keybind to dump nearby entities by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/961 +* added 2 items to ItemCooldowns by @VeritasDL in https://github.com/SkyblockerMod/Skyblocker/pull/1018 +* Add SalvageHelper by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/999 +* 1.21.2/1.21.3 by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1030 +* Glacite waypoints (update) by @Fluboxer in https://github.com/SkyblockerMod/Skyblocker/pull/1008 +* Add clamps to wherever they might be needed in DungeonScore by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1035 +* Fix Skin Transparency Correction by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1036 +* Fixed NukeKubi Heads not highlighing due to hypixel skin changes update by @7azeemm in https://github.com/SkyblockerMod/Skyblocker/pull/1037 +* Add math teacher helper by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1041 +* Fix NPE when there is no intersection by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1042 +* Add more slot text adders by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1025 +* Egg finder fix by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/1039 +* Fix offhand slot moving around by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1045 +* Fix slot text not rendering when multiple adders add to same slot by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1046 +* Add colored item dump output by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1048 +* Fix Glow by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1050 +* Revert Egg finder fix (#1039) Base64 skins by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/1059 +* Fix PV NPE with irregular inventory data by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1053 +* Crystal Hollows chest highlighter fixes by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1055 +* Add configurable waypoints for Goldor phase on f7. by @GatienDoesStuff in https://github.com/SkyblockerMod/Skyblocker/pull/934 +* Shortcuts config fix by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/973 +* Added Purse API and Purse Change Event by @Westsi in https://github.com/SkyblockerMod/Skyblocker/pull/950 +* CTRL + F to search inventory by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/933 +* Fix slot text scaling and update essence adders by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1023 +* Tweak texture positions for quick craft by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1031 +* add old mushroom hitbox by @KhafraDev in https://github.com/SkyblockerMod/Skyblocker/pull/1051 +* Item Stuff by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1060 +* Fel Head Glow by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1061 +* Random status bar changes by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1009 +* Item DFU Unification by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1054 +* Waypoints refactor by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/976 +* Alternate Skyblock ID tooltip design by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1066 +* Sack Item Autocomplete by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1062 +* Add viewstash suggestions by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1067 +* 1.21.4 by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1070 +* Update issue templates by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1075 +* Fix crash on missing pet info in slayer rewards by @darkkeks in https://github.com/SkyblockerMod/Skyblocker/pull/1080 +* Fix hiding other players rods by @darkkeks in https://github.com/SkyblockerMod/Skyblocker/pull/1074 +* Prevent placing protected items in item frames by @darkkeks in https://github.com/SkyblockerMod/Skyblocker/pull/1073 +* Option to share fairy grottos by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1072 +* Remove Mineshaft from Commission Label by @j10a1n15 in https://github.com/SkyblockerMod/Skyblocker/pull/1049 +* Update slayer icons by @IllagerCaptain in https://github.com/SkyblockerMod/Skyblocker/pull/970 +* Excessive hud rework by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/816 +* Add Daedalus axe as farming tool + others by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1084 +* Random refactors & fixes by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1085 +* Hide latency icons in the tab by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1081 +* Use empty input for REI recepies intead of AIR by @darkkeks in https://github.com/SkyblockerMod/Skyblocker/pull/1076 +* Add customizable night vision strength feature by @Manchick0 in https://github.com/SkyblockerMod/Skyblocker/pull/1078 +* Add more detailed error messages by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1087 +* Clamp between 0 and 1 by @Manchick0 in https://github.com/SkyblockerMod/Skyblocker/pull/1088 +* Small Fix by @7azeemm in https://github.com/SkyblockerMod/Skyblocker/pull/1089 +* Chat Confirmation Prompt Helper by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1063 +* Valuable Consumable Protection by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1090 +* Fix undyed leather armour turning black by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1091 +* Fix reparty command by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1092 +* Fix Glowing by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1093 +* Add Garden Plots Widget by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/929 +* Slayer System rework by @7azeemm in https://github.com/SkyblockerMod/Skyblocker/pull/1040 +* Add player list widget by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1086 +* Fix ender nodes detection by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1095 +* Change election over text by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1099 +* forgot the garden plots texture lol by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1097 +* Add unbreakable carpet highlighter by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1034 +* Fix Simon Says Solver by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1100 +* Mob glow refactor by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1101 +* Fix the powder widget to also display the diff by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1103 +* tab hud related fixes by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1104 +* Slayer Widget Preview for Tab HUD by @7azeemm in https://github.com/SkyblockerMod/Skyblocker/pull/1105 +* Bits Helper by @Fluboxer in https://github.com/SkyblockerMod/Skyblocker/pull/939 +* Accept integer names by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1110 +* Title hud refactor by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/951 +* Add Speed Presets for configurable speed settings by @Manchick0 in https://github.com/SkyblockerMod/Skyblocker/pull/1111 +* Class-based player glow by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1113 +* Fix pet icon and command history by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1114 +* Add powder mining tracker by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1065 +* Cancel Component Update Animation by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1116 +* Remove unused code and change translation by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1117 +* Add feature to close sign screens with the enter key by @Ownwn in https://github.com/SkyblockerMod/Skyblocker/pull/1122 +* Corpse Finder by @Fluboxer in https://github.com/SkyblockerMod/Skyblocker/pull/960 +* Per Slot Text Toggle by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1043 +* Profiled data api by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1102 +* ItemList Changes by @Manchick0 in https://github.com/SkyblockerMod/Skyblocker/pull/1119 +* Dynamic ProgressComponent text color by @DatL4g in https://github.com/SkyblockerMod/Skyblocker/pull/1123 +* Fix config not loading properly by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1129 +* Random fixes by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1120 +* Carnival Helpers by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1124 +* garden plots fixes by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1126 +* Tab hud additions by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1128 +* Smooth AOTE by @olim88 in https://github.com/SkyblockerMod/Skyblocker/pull/963 +* Fix dungeon score not working when fancy tab hud is disabled by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1145 +* add enchantment abbreviations as slot text by @Morazzer in https://github.com/SkyblockerMod/Skyblocker/pull/1056 +* Add client game test by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1106 +* Add Teleport Maze Solver + small things by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1115 +* Fix JGit using insteadOfs (how?) by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/1137 +* Remove unused setting by @olim88 in https://github.com/SkyblockerMod/Skyblocker/pull/1144 +* Fix forge HUD tooltips about locked slots 5,6,7 by @Myitian in https://github.com/SkyblockerMod/Skyblocker/pull/1146 +* Add raffle task highlighter by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1155 +* Properly empty layout in AuctionViewScreen by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1150 +* Pet Widget Fix by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1149 +* Update Combofilter by @AC19970 in https://github.com/SkyblockerMod/Skyblocker/pull/1148 + +## New Contributors +* @Westsi made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/945 +* @wahfl2 made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1003 +* @7azeemm made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1037 +* @darkkeks made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1080 +* @j10a1n15 made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1049 +* @Manchick0 made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1078 +* @Ownwn made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1122 +* @DatL4g made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1123 +* @Morazzer made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1056 +* @Myitian made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1146 + +**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.22.2...v5.0.0 +___ # Release 1.22.2 ## Highlight @@ -1348,4 +1543,4 @@ ___ # Skyblocker Fabric 1.17.1 This release updates the skyblocker mod to mc version 1.17. -This is the first time I created/edited a mod.
\ No newline at end of file +This is the first time I created/edited a mod. diff --git a/FEATURES.md b/FEATURES.md index 8401b19a..1ab95fb6 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -16,8 +16,9 @@ - *Silverfish* - *Ice Fill* - *Boulder* - - *Simon Says Solver* + - *Simon Says* - *Lights On* + - *Teleport Maze* - Terminal: - *Order* - *Coloured Items* @@ -27,6 +28,7 @@ - **F3/M3 Fire Freeze Staff Timer** - **F3/M3 Guardian Health Display** - **F5/M5 Livid Color Highlight** +- **F7/M7 Terminal/Device Waypoints/Highlight** - **Reparty:** Type /rp to reparty and enable auto-rejoin. - **AOTV & Pearl Secret Waypoints** - **Player Secrets Tracker** @@ -36,6 +38,7 @@ - **Prevent teammates glow during Livid** - **Block Incorrect Terminal Clicks** - **Hide Soulweaver Skulls** +- **Dungeon Class-based player glow** ### Kuudra Features: - **Kuudra waypoints:** @@ -65,6 +68,7 @@ - *Mana* - *Defense* - *XP* + - *Speed* - **Vanilla health/xp and fancy bar shown in parallel** ### Profile Viewer: @@ -84,6 +88,7 @@ - **Dwarven Mines Solver:** - Fetchur - Puzzler +- **Dwarven Mines unbreakable carpet highlighter** - **Crystal Hollows:** - Crystal Hollows Map: - *Shows players location in Crystal Hollows* @@ -100,6 +105,7 @@ - Crystal Waypoints server-sided sharing via WebSocket - **Glacite Tunnels:** - *Cold Overlay* + - *Corpse Finder* - **Commission HUD:** - *Provides information on Dwarven Mines / Crystal Hollows / Glacite Mining quests* - **Powder HUD** @@ -123,10 +129,17 @@ - Beacon Highlighting - Yang Glyph Notification - Nukekubi Head Highlighting + - Laser phase Timer - **Blaze Slayer:** - 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 @@ -142,14 +155,17 @@ - **Visitor Helper:** - 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** - **Basic garden mouse locking feature (set mouse sensitivity to 0)** ### Visual Enhancements: +- **Smooth AOTE** - **Compact damage** - **Waypoints for commissions in dwarven mines and glacite tunnels** -- **Fancy Tab HUD:** Fully configurable with a resource pack. -- **1.8 Hitbox for Lever and Farmland** +- **Fancy Tab HUD:** Fully configurable, allowing individual widgets to be freely placed on the main screen. +- **1.8 Hitbox for Lever, Farmland and mushroom** - **Hide Status Effect Overlay** - **Personal Compactor/Deletor Preview** - **Hide Fake Players in Social Interactions Screen** @@ -157,6 +173,7 @@ - Circle or Square - **Item Cooldown Display** - **Configure Fire-Overlay Height** +- **Configure night vision strength** - **End HUD Widget:** - Zealots: - *Since last eye* @@ -166,6 +183,7 @@ - *stage* - *Location* - **Ender Nodes Helper** +- **Powder mining tracker** - **Special Effects for rare dye drops** ### User Interface Enhancements: @@ -190,6 +208,10 @@ - *Collection* - *Community Shop* - *Bazaar* + - *Evolving Item* + - *New Year Cake* + - *Wardrobe slot* + - *Enchantment abbreviations* - **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) @@ -205,6 +227,7 @@ - *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. @@ -214,6 +237,7 @@ - **Fancy Auctions Browser** - **Calendar Event Notifications** - **Sign calculator** +- **CTRL/CMD + F to search inventory** ### Barn Features: - **Barn Solver:** @@ -222,7 +246,10 @@ ### Chat Features: - **Custom Chat Rules** -- **Warp command auto-complete** +- **Autocomplete** + - *Warp command* + - *Sack Item* + - *Viewstash* - **Hide Messages:** - *Ability Cooldown* - *Heal* @@ -240,8 +267,15 @@ - Fishing rod timer (change color after 20 seconds) - Hide other rods - **Mythological Ritual Helper** + - Estimated Diana burrow pos - **Chocolate factory Helper** - **Jerry timer** +- **Wardrobe helper based on hotbar keybinds** +- **Carnival Helpers** +- **Bits Helper** +- **Salvage Helper** +- **Math teacher helper** +- **Raffle task highlighter** ### Miscellaneous Features: - **[Roughly Enough Items (REI)](https://modrinth.com/mod/rei), [EMI](https://modrinth.com/mod/emi) and [JEI](https://modrinth.com/mod/jei/) Support** @@ -256,4 +290,5 @@ - **Suppress badlion packet warnings** - **Remove screens when switching island** - **Skin transparency correction** -- **Skyblock XP Messages**
\ No newline at end of file +- **Skyblock XP Messages** +- **Share position and set waypoint** @@ -22,29 +22,31 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - **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 Solver* - - *Lights On* - - Terminal: - - *Order* - - *Coloured Items* - - *Item Name* + - *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* - **Rare Drop Special Effects** - **Chest Profit Calculator** - **F3/M3 Fire Freeze Staff Timer** - **F3/M3 Guardian Health Display** - **F5/M5 Livid Color Highlight** +- **F7/M7 Terminal/Device Waypoints/Highlight** - **Reparty:** Type /rp to reparty and enable auto-rejoin. - **AOTV & Pearl Secret Waypoints** - **Player Secrets Tracker** @@ -54,14 +56,15 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - **Prevent teammates glow during Livid** - **Block Incorrect Terminal Clicks** - **Hide Soulweaver Skulls** +- **Dungeon Class-based player glow** ### 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** @@ -79,10 +82,11 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in ### Health and Status Bars: - **Bars:** - - *Health and absorption* - - *Mana* - - *Defense* - - *XP* + - *Health and absorption* + - *Mana* + - *Defense* + - *XP* + - *Speed* - **Vanilla health/xp and fancy bar shown in parallel** ### Profile Viewer: @@ -90,36 +94,38 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - **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 + - Fetchur + - Puzzler +- **Dwarven Mines 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* + - *Cold Overlay* + - *Corpse Finder* - **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** @@ -133,96 +139,113 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in ### 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 + - 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:** - - 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** - **Basic garden mouse locking feature (set mouse sensitivity to 0)** ### Visual Enhancements: +- **Smooth AOTE** - **Compact damage** - **Waypoints for commissions in dwarven mines and glacite tunnels** -- **Fancy Tab HUD:** Fully configurable with a resource pack. -- **1.8 Hitbox for Lever and Farmland** +- **Fancy Tab HUD:** Fully configurable, allowing individual widgets to be freely placed on the main screen. +- **1.8 Hitbox for Lever, Farmland and mushroom** - **Hide Status Effect Overlay** - **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** ### User Interface Enhancements: - **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* + - *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* - **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* + - *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. @@ -232,34 +255,45 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - **Fancy Auctions Browser** - **Calendar Event Notifications** - **Sign calculator** +- **CTRL/CMD + F to search inventory** ### Barn Features: - **Barn Solver:** - - *Treasure Hunter* - - *Hungry Hiker* + - *Treasure Hunter* + - *Hungry Hiker* ### Chat Features: - **Custom Chat Rules** -- **Warp command auto-complete** +- **Autocomplete** + - *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 - **Mythological Ritual Helper** + - Estimated Diana burrow pos - **Chocolate factory Helper** - **Jerry timer** +- **Wardrobe helper based on hotbar keybinds** +- **Carnival Helpers** +- **Bits Helper** +- **Salvage Helper** +- **Math teacher helper** +- **Raffle task highlighter** ### Miscellaneous Features: - **[Roughly Enough Items (REI)](https://modrinth.com/mod/rei), [EMI](https://modrinth.com/mod/emi) and [JEI](https://modrinth.com/mod/jei/) Support** @@ -275,6 +309,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - **Remove screens when switching island** - **Skin transparency correction** - **Skyblock XP Messages** +- **Share position and set waypoint** </details> @@ -326,266 +361,382 @@ information. ### Contributor <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= |
