SkyHanni Beta 4.5.0
New Features
- Added Frozen Treasure highlighter for the Glacial Caves. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4393)
- Added Glowing Mushroom highlighter for the Glowing Mushroom Cave. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4392)
- Added Mineshaft Detection. - Helium9 (https://github.com/hannibal002/SkyHanni/pull/4343)
- Ability to send entered Mineshaft to party chat.
- Tracks how many shafts you entered since each Mineshaft Type.
- Spirit Leap Keybinds. - Ovi_1 (https://github.com/hannibal002/SkyHanni/pull/3844)
- Allows player to use keybinds to leap to specific player.
- Keybind hints added for easier keybind usage.
Improvements
- Added an option for item pickup log to show shard gains. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4389)
- Added an option for the attribute shard overlay to account for shards you already own. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4389)
- Added filter for Swoop's message. - Roboo (https://github.com/hannibal002/SkyHanni/pull/4388)
- Made hunting box value overlay be scrollable. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4389)
- Made hunting box value show the total value of shards in your hunting box. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4389)
Fixes
- Fixed Agaricus Cap timer incorrectly resetting whenever you move your camera on 1.21. - Luna (https://github.com/hannibal002/SkyHanni/pull/4384)
- Fixed Crop Fortune Colours in Colourful Item Stats. - nopo (https://github.com/hannibal002/SkyHanni/pull/4391)
- Fixed grinch sea creature detection on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4394)
- Fixed Jacob Contests Saying they went for 55 years. - nopo (https://github.com/hannibal002/SkyHanni/pull/4383)
Technical Details
- Added Renderable.fillScrollTable to create a filledTable that also can scroll. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4389)
- Added ShardGainEvent for when shards go in and out of the hunting box. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4389)
- Added the ability for sea creatures to have alternate messages that they match on. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4394)
- Fixed /shtestmessage reporting that messages were blocked when they weren't. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4394)
- Improved
BlockUtils.getBlockLookingAt()
and split it up intogetTargetedBlock()
andgetTargetedBlockAtDistance()
. - Luna (https://github.com/hannibal002/SkyHanni/pull/4384)- Coordinates are now explicitly rounded to a full block to match 1.8 behavior.
- The former gets the targeted block directly from Minecraft using the default reach distance instead of 10, while the latter can still be used for custom distances.
- Moved
LorenzVec.getBlockBelowPlayer()
toLocationUtils
and fixed incorrect behavior when the player is standing on a non-full block. - Luna (https://github.com/hannibal002/SkyHanni/pull/4384) - Removed unused deprecated functions. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4381)
- Renamed
LorenzVec.roundLocationToBlock()
toroundToBlock()
and fixed incorrect rounding. - Luna (https://github.com/hannibal002/SkyHanni/pull/4384)
SkyHanni Beta 4.4.0
New Features
- Added chest profit calculator for Dungeons and Kuudra. - SuperClash (https://github.com/hannibal002/SkyHanni/pull/4247)
- Added Improved SB Menus. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4270)
- Allows you to smooth the look of glass panes in SkyBlock inventories.
- Functionality should be a near, if not perfect match to the NEU feature.
- Can only be used on Minecraft 1.21.
- Added Taming 60 helper. - Erymanthus (https://github.com/hannibal002/SkyHanni/pull/4344)
- Shows which pets are cheapest to unlock the next taming level.
Improvements
- Added additional display options for the Frog Mask. - ksndq (https://github.com/hannibal002/SkyHanni/pull/3522)
- Added compact display mode for Golden Fish timer. - appable (https://github.com/hannibal002/SkyHanni/pull/3696)
- Added options to make pest features display when holding lassos. - MTOnline (https://github.com/hannibal002/SkyHanni/pull/4372)
- Applies to the Pest Finder display + plot markers and Pest Timer display.
- Improved bait detection accuracy. - ninjaguardian (https://github.com/hannibal002/SkyHanni/pull/4379)
Fixes
- Fixed an edge case where shiny orb tracker would show up when it isn't meant to. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4375)
- Fixed Berberis Highlight not working on 1.21 if Only on Farmland is enabled. - Luna (https://github.com/hannibal002/SkyHanni/pull/4373)
- Fixed colorful stat number tooltips breaking when the stat is over 1,000. - bloxigus (https://github.com/hannibal002/SkyHanni/pull/4365)
- Fixed deadlock issue with repo management. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4374)
- Fixed estimated item value tooltip pricing enchanted books at twice their value. - SuperCl4sh (https://github.com/hannibal002/SkyHanni/pull/4247)
- Fixed gfs command not working on most items that were more than one word. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4367)
- Fixed rare crash when hovering over chat messages on 1.21. - Luna (https://github.com/hannibal002/SkyHanni/pull/4369)
- Example: Compact Tree Gift with 0 rewards.
- Fixed True Defense in Colour Item Stat Numbers being the wrong colour. - nopo (https://github.com/hannibal002/SkyHanni/pull/4366)
- Fixed Vermin Tracker not counting Vermin Bin on Minecraft 1.21. - Luna (https://github.com/hannibal002/SkyHanni/pull/4371)
Technical Details
- Abstracted code for tracking particles/sounds. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4307)
- Added config options for each in debug config.
- Both commands now use qualified args.
- Added enum class to KuudraApi. - SuperClash (https://github.com/hannibal002/SkyHanni/pull/4247)
- Added . - Daveed (https://github.com/hannibal002/SkyHanni/pull/4368)
- Ability to wrap regex tests in quotes.
- Added animated pet skin loading to PetUtils and PetData. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4261)
- Added ParticleUtils. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4307)
- Added Storage API. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/4003)
- Fixed .rawCraftCostOrNull() returning 0 craft cost for items dropped from mobs or minibosses. - SuperClash (https://github.com/hannibal002/SkyHanni/pull/4247)
- Caused all kuudra keys to have a raw craft cost of 0.
- Made entity in EntityClickEvent no longer nullable . - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4375)
- Ported to kotlin. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4199)
- Ported the rest of misc. files in to kotlin. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4199)
- Ported ~1/2 of misc. files in to kotlin. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4198)
- Removed deprecated utils from RenderUtils. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4362)
SkyHanni Beta 4.3.0
New Features
- Added colors to stat numbers in tooltips. - bloxigus (https://github.com/hannibal002/SkyHanni/pull/4345)
- Added Shiny orb helper. - Daveed & CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4355)
- Shows lines between you, your pig and it's orb.
- Added Shiny orb tracker. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4355)
- Added support for 1.21.7. - Vixid & CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4349)
Improvements
- Added option to not send Jacob contest summary stats if you haven't broken any crops. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4076)
- Mainly useful for pest farming.
- Added warning title when trying to use Old SB Menu buttons without cookie. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4346)
- Made Moonglade beacon solver notify you if you are wearing stereo pants. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4348)
Fixes
- Fixed bazaar errors relating to Drain (Syphon) books. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4354)
- Fixed CF-closing blockers being over-eager. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4347)
- Fixed crash with Old Skyblock Menus. - nopo (https://github.com/hannibal002/SkyHanni/pull/4352)
- Fixed Crown of Avarice tracker sometimes not working on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4348)
- Fixed issues with NEU items not loading correctly. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4314)
- Fixed Keybind issuses maybe. - nopo (https://github.com/hannibal002/SkyHanni/pull/4360)
- Fixed most minion related features on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4356)
- Fixed Old SB Menu buttons not handling clicks correctly. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4346)
- Fixed Pet experience tooltip on Jade Dragons. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4361)
- Fixed rare crash when rendering entities on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4357)
- Fixed Ultrasequencer addon not using the custom color options. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4353)
Technical Details
- Abstracted SH + NEU Repo loading. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4314)
- Added TextRenderables. - nopo (https://github.com/hannibal002/SkyHanni/pull/4351)
- Made all repos load on a coroutine. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4314)
- Moved Jacob contest related configs to a new package in garden. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4076)
- Ported to kotlin. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4197)
- Removed HasLegacyId class, and stripped legacy IDs from enum classes. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4071)
- Shader support on 1.21.7. - Vixid (https://github.com/hannibal002/SkyHanni/pull/4349)
SkyHanni Beta 4.2.0
New Features
- Added Old SB Menu from NEU. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4271)
- Added filters for reward bundles reminders, redundant shard hunting messages, and unmineable trees. - Erymanthus (https://github.com/hannibal002/SkyHanni/pull/4327)
- Added gemstone money per hour display when mining. - SuperClash (https://github.com/hannibal002/SkyHanni/pull/3586)
- Added HotF Lottery display. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4332)
- Added HotM Sky Mall display. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4332)
- Added metal detector solver, mute metal detector option, and all tools alert. - SuperClash (https://github.com/hannibal002/SkyHanni/pull/3589)
- Added option to mute sounds while Hoppity Eggs are rolling. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4281)
- Sub-option available to revert to 1.8 sounds (eating sound).
- Will only apply to the new sounds that happen in 1.20 and above.
- Added option to prevent closing CF when stray timer or strays are active. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4067)
Improvements
- Added /shresetkeybinds. - nopo (https://github.com/hannibal002/SkyHanni/pull/4340)
- Added new sounds to Sound Responses. - cato (https://github.com/hannibal002/SkyHanni/pull/3363)
- Allowed you to change the color of the highlights for the experiments addons helpers. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4338)
- Improved Sound Responses onomatopoeia recognition. - cato (https://github.com/hannibal002/SkyHanni/pull/3363)
Fixes
- Fixed changelog viewer text sometimes being in the wrong spot. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/3504)
- Fixed Hide lottery messages only hiding the buff message and not all lottery messages. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4339)
- Fixed Next Click Helper for experiments requiring Prevent Misclicks to be on to function properly. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4338)
- Fixed rare performance issue when checking clock time. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4265)
Technical Details
- Added .inMinesOfDivan to MiningAPI. - SuperClash (https://github.com/hannibal002/SkyHanni/pull/3589)
- Added . - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/3504)
- A GuiRenderEvent that renders as overlay outside inventory and inside an inventory as an ChestOverlay.
- Added debug command for fetching moulberry lbin prices. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4265)
- .
- Added debug feature to show bin prices of items. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4341)
- Added deprecation to . - Daveed (https://github.com/hannibal002/SkyHanni/pull/4265)
- Should be using or .
- Added KDocs to most functions in . - Daveed (https://github.com/hannibal002/SkyHanni/pull/4265)
- Added more Brigadier Argument Types. - Empa (https://github.com/hannibal002/SkyHanni/pull/4304)
- Added more structure to ApiUtils. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4265)
- You can define static Api routes ahead of time as vals.
- You can specify explicit typing for ApiResponse.
- Functions will need to be marked to use ApiUtils now.
- Added Renderable Test Suite. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/3504)
- A way to add tests for renderables. Which can be called activated with .
- Added the ability to give more info on why a config option is disabled when people view it. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4334)
- Finished porting configs to Kotlin. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4087)
- Refactored to an enum class. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4328)
- Removed deprecated functions: and . - Daveed (https://github.com/hannibal002/SkyHanni/pull/4264)
- Use moving forward.
- Removed deprecated functions: and . - Daveed (https://github.com/hannibal002/SkyHanni/pull/4264)
- Use moving forward.
- Removed unnecessary config migrations. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4335)
- Silenced most errors related to . - Daveed (https://github.com/hannibal002/SkyHanni/pull/4265)
- If you need to debug, use the ApiUtils never silent debug option.
SkyHanni Beta 4.1.0
New Features
- Added Compact messages for sweep details. - Erymanthus (https://github.com/hannibal002/SkyHanni/pull/4259)
- Added Flowstate personal best. - nopo (https://github.com/hannibal002/SkyHanni/pull/4298)
- Added Option to highlight runic mobs. - SuperClash (https://github.com/hannibal002/SkyHanni/pull/3467)
- Added Prevent command early execution. - Helium9 (https://github.com/hannibal002/SkyHanni/pull/3377)
- Added Sirih NPC Helper. - ksndq (https://github.com/hannibal002/SkyHanni/pull/3525)
- Shows a clickable message that grabs sulphur from your sacks when talking to Sirih while he is a pig.
- Added SkyBlock Profile Viewer support for updating data from Pv. - j10a1n15, ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/4257)
- Will only work using SbPv 1.7.1 or newer.
- Added Superprotectron highlighter. - Helium9 (https://github.com/hannibal002/SkyHanni/pull/3875)
- Added Trinity helper. - Bugzilla + Daveed (https://github.com/hannibal002/SkyHanni/pull/4063)
- Notifies you when it is likely that there is a Trinity room in your dungeon.
- Notify you in chat when a marked player joins/leaves your lobby. - HiZe (https://github.com/hannibal002/SkyHanni/pull/2653)
- Optimal Angles Overlay for Squeaky Mousemat. - nikijul (https://github.com/hannibal002/SkyHanni/pull/2999)
- Show Exes, Wais and Zees hitbox. - HiZe (https://github.com/hannibal002/SkyHanni/pull/2665)
Improvements
- Added Coin Support to Trade Value. - AxeOfTheShredded (https://github.com/hannibal002/SkyHanni/pull/3899)
- Added Fishing rod upgrades to estimated item value calculator. - hellcat (https://github.com/hannibal002/SkyHanni/pull/3975)
- Allowed trophy fish display to show while wearing Ember Armor. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4064)
- Improved the changelog viewer's design to be more in-line with other SkyHanni guis. - Helium9 (https://github.com/hannibal002/SkyHanni/pull/4313)
- Made some of the keybind features work with items in REI overlays. - nopo (https://github.com/hannibal002/SkyHanni/pull/4318)
- Reduced memory usage with a large amount of text rendering. - bloxigus (https://github.com/hannibal002/SkyHanni/pull/4316)
Fixes
- Fixed Color month names not working on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4321)
- Fixed Enigma Soul tracker sometimes sending you to the wrong soul. - Luna (https://github.com/hannibal002/SkyHanni/pull/4320)
- Fixed Hide piggy not working on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4321)
- Fixed Incompatibilities between Neu and SkyHanni experimentation addons helper. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4322)
Technical Details
- Added annotation. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4306)
- Added to ConditionalUtils. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4233)
- Allows you to an entire config file at once.
- Added ability to replace chat components on events with a reason. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4074)
- Basically the same thing as block reason.
- Made SkyHanniChatEvent extend SystemMessageEvent.
- Added SkyBlockAPIEventWrappers, to fire NeuProfileDataLoadedEvent when SbPv gets opened. - j10a1n15, ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/4257)
- Begin preparations for 1.21.6/7. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4324)
- Currently, adds preprocessing for mixins to 1.21.7 and some of the more basic rendering changes.
- Shaders and some other more niche rendering doesn't work on 1.21.7 yet.
- Changed to from . - AxeOfTheShredded (https://github.com/hannibal002/SkyHanni/pull/3899)
- Fixed Mob.isRunic not working. - SuperClash (https://github.com/hannibal002/SkyHanni/pull/3467)
- Made PabloHelper use RepoPattern. - ksndq (https://github.com/hannibal002/SkyHanni/pull/3525)
- Removed deprecated fun . - Daveed (https://github.com/hannibal002/SkyHanni/pull/4262)
- Use moving forward.
- Renamed renderable params from posX/posY to mousePosX/mousePosY. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4215)
- Started porting configs to Kotlin. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4075)
SkyHanni Version 4.0.0
Now with Fabric 1.21.5 support!
For more infos about Fabric and Minecraft 1.21.5, see https://discord.com/channels/997079228510117908/1080625276045770874/1386418807316152392
New Features:
- Foraging: Quest Helper; Moonglade Beacon alert & solver; Birries, Phantoms and Hideoleaf highlighters; HOTF perk levels & enabled perks; Tracker (logs, Tree Gifts, compact chat); MLasso Gui; Phantom muter; Hide Flying Logs from Trees; hide HOTF lottery messages, when not foraging; Tree Progress HUD;
/am
Attribute Shard overlay, tier display & disabled highlighter; Hunting Box value; Agatha Coupon profit; Coral Fish Helper (missing fishes by price). - Garden: Monthly Farming Weight Leaderboard; mute Vacuum.
- Kuudra: Prevent opening Profile Viewer during fight.
- Rift: Marked drop on 2nd moving platform for Rose’End Flowerpot Enigma Soul
- Mining: Powder Chest Timer in Crystal Hollows (despawn timer under chests & GUI); mute High Heat in Magma Fields; show current Powder on HOTM perk hover.
- GUI: Widenable Config.
- Chat:
!ping
&!tps
party commands with customizable permissions. - Inventory: Highlight current Pet; Fawn leveling cost (coins/XP, XP/Bit); tier display & disabled highlighter; Chronomatron & Ultrasequencer helpers (next-click highlight, misclick prevention); Show known items in Superpairs.
- Misc: Bouncy Beach Balls helper (predictive line, landing spot, counter); in-game changelog viewer; Ex Co-op Member Hider.
In addition to the 36 new features, there are also 52 minor improvements and 163 bug fixes. See the full changelog on GitHub for an exhaustive list.
Here is a list of developers that worked on this SkyHanni update:
bloxigus, CalMWolfs, Chissl, Daveed, Empa Fazfoxy, FlyMode, G0dwhitelight, hannibal2 Helium9, HiZe, ILike2WatchMemes, j10a1n15 jani, Ke5o, ksndq, Luna, martimavocado minhperry, munkuk, nea, NeoNyaa, NetheriteMiner nopo, phoebe, rueblimaster, shaweel, Skw972 ThatGravyBoat, The_Deerman, Thunderblade73 Vixid, yhtez
SkyHanni Beta 3.18.0
New Features
- Added Chronomatron and Ultrasequencer helpers. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4081)
- Options to highlight next clicks and prevent misclicks.
- Added Coral Fish Helper. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4243)
- Shows missing fishes for the NPC, sorted by price.
- Added Hunting Box Value. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4251)
- Shows the value of the shards.
- Added option to keep clicked items visible within Superpairs. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4081)
- Added profit per Agatha Coupon in Agatha's Shop. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4250)
Improvements
- Added 5 SkyHanni User Luck for 1.21 players. - nopo (https://github.com/hannibal002/SkyHanni/pull/4285)
- Added config option for self-triggered party commands. - yhtez (https://github.com/hannibal002/SkyHanni/pull/4311)
Fixes
- Fixed Bits per Booster Cookie tooltip not showing on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4301)
- Fixed crashes caused by keybind migration. - nopo (https://github.com/hannibal002/SkyHanni/pull/4297)
- Invalid keybinds now reset.
- Fixed Custom Scoreboard error in the Mines. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/4303)
- Fixed Farming Tooltip Tweaks on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4301)
- Fixed Fishing Item Name showing as Air on 1.21. - nopo (https://github.com/hannibal002/SkyHanni/pull/4296)
- Fixed Garden Level Display on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4301)
- Fixed Medal Icons not showing in Jacob’s Contest inventory. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4295)
- Fixed Missing Enchanted Book Message showing wrong User Luck amount. - nopo (https://github.com/hannibal002/SkyHanni/pull/4285)
- Fixed Odger Total Caught Tooltip not showing on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4301)
- Fixed self-triggered party commands incorrectly checking friendship status when trust level was set. - yhtez (https://github.com/hannibal002/SkyHanni/pull/4311)
Technical Details
- Added automatic uploading to Modrinth. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4266)
- Added Packet mappings for PacketTest. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/4242)
- Added Retry Mechanism for Gradle tasks in GitHub workflows. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4292)
- Added User Luck Event for developers to add new sources. - nopo (https://github.com/hannibal002/SkyHanni/pull/4285)
- Converted dependency-check GitHub workflow to script. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4293)
- Runs correctly when dependent PRs close.
- Disabled IntelliJ’s MC Version/Legacy Prediction to avoid incorrect warnings and suggestions. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/4302)
- Overhauled ResettableStorageSet. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4244)
- Can now reset Mutable Collections.
- Added JUnit Test.
- Removed Z Translation in ChatHistoryGui. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4237)
SkyHanni Beta 3.17.0
Improvements
- Added Descriptive Milestones in hoppity settings. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4283)
- Show a more detailed description of how to unlock a milestone rabbit in Hoppity's Collection.
- Added option to track time spent on experiments. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4080)
- Updated Blaze Daggers display instantly on 1.21. - yhtez (https://github.com/hannibal002/SkyHanni/pull/4290)
Fixes
- Fixed Bazaar Best Sell Method often not showing up on 1.21. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/4294)
- Fixed Blaze Daggers display on 1.21. - yhtez (https://github.com/hannibal002/SkyHanni/pull/4278)
- Fixed color editor preview in config. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4276)
- Fixed inventory keybind not closing custom wardrobe on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4279)
- Fixed Invisibug Highlighter offset. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4238)
- Fixed Invisibug Highlighter on non-English Minecraft languages. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4272)
- Fixed memory leak in Visual Words feature. - bloxigus (https://github.com/hannibal002/SkyHanni/pull/4286)
- Fixed minor performance issues. - nopo (https://github.com/hannibal002/SkyHanni/pull/4275)
- Fixed mob highlight on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4273)
- Fixed mouse button wardrobe keybinds on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4279)
- Fixed pets showing "[Lvl {LVL}]" in names in displays/trackers. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4282)
- Fixed rare potential crash on 1.8. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4288)
- Fixed replacing found milestone rabbits with their dye color. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4283)
- Fixed SkyHanni sounds volume on 1.21 being too loud. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4280)
- Fixed some damage indicator issues on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4273)
- Fixed some HOTM perks you haven't unlocked being incorrectly highlighted. - Luna (https://github.com/hannibal002/SkyHanni/pull/4274)
- Fixed some Item Trackers sometimes not showing hidden items anymore. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/4287)
- Fixed wrongly named option in Attribute Shard Overlay. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4267)
- Removed non-functional "Config Button" option on Minecraft 1.21. - Luna (https://github.com/hannibal002/SkyHanni/pull/4269)
- Use Mod Menu instead.
Technical Details
- Added
inventoryClose
param to InventoryDetector. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4246) - Added SubtitleS2CPacket to TitleReceivedEvent on 1.21. - yhtez (https://github.com/hannibal002/SkyHanni/pull/4278)
- Changed Blaze Dagger helper to use
ItemClickEvent
. - yhtez (https://github.com/hannibal002/SkyHanni/pull/4290) - Changed code for compatibility with 1.21.6. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4229)
- Duplicate Detekt comments will no longer post. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4221)
- Overhauled Detekt github comments. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4221)
- Will now put long comments into a details section.
- Added a summary of offending rules/files to the top.
- Offending rule name will now be included in error line.
- Updated buildscript to support additional versions more easily. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4229)
- Updated moulconfig to version 4.0.0. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4276)