Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
SkyHanni for Hypixel SkyBlock

SkyHanni for Hypixel SkyBlock

SkyHanni is a Minecraft Mod for Forge 1.8.9 and Fabric 1.21.5-1.21.8. The mod is filled with many unique features for Hypixel SkyBlock. The majority of these features are centered on the Garden, Slayer, Fishing, Bingo, Diana, Rift and Mining.

669.9k
97
Utility
AboutGalleryChangelogVersions

4.8.0 for 1.21.5

by hannibal2 on Jul 20, 2025
Download

SkyHanni Beta 4.8.0

New Features

  • Added a workaround for a Hypixel bug that results in no sounds for a few seconds after the Vampire Slayer's Killer Spring spawns on 1.21. - Luna (https://github.com/hannibal002/SkyHanni/pull/4434)
  • Added Bazaar Daily Limit Tracker. - MTOnline (https://github.com/hannibal002/SkyHanni/pull/4308)
    • Tracks the amount of coins you have put towards the daily 15 billion trade limit.
    • Coins in excess of the integer limit on an individual order do not count towards the daily limit.
    • Resets at midnight UTC.
  • Added customizable keybinds to easily repeat and confirm fusions. - Luna (https://github.com/hannibal002/SkyHanni/pull/4440)

Improvements

  • Added option to prevent over-clicking in Beacon solver. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4432)
  • Added option to show feedback in a UI element instead of chat. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4399)
  • Beacon solver will now work with Signal Enhancer upgrade minigame as well. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4432)
  • Made Rift Blood Effigies features searchable by typing effigy. - Luna (https://github.com/hannibal002/SkyHanni/pull/4436)
  • Separated Foraging and Hunting features in the config. - Luna (https://github.com/hannibal002/SkyHanni/pull/4437)

Fixes

  • Fixed colorful item tooltips replacing commas with dots. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4423)
  • Fixed errors with Pet XP calculations. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4438)
  • Fixed Sun Gecko Helper's Highlight Real Boss incorrectly highlighting the clones in green if Highlight Clones is disabled. - Luna (https://github.com/hannibal002/SkyHanni/pull/4431)
  • Fixed Your computer's clock is off messages sometimes spamming the chat. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/4435)

Technical Details

  • Actually add stuff to unsuccessful constants. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4444)
  • Added for all transactions in the bazaar. - MTOnline (https://github.com/hannibal002/SkyHanni/pull/4308)
  • Added Ctrl + Shift +R Click as shortcut to jump to event definition from functions. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4442)
  • ChatUtils.clickableLinkChat now supports parameter replaceSameMessage. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/4435)
  • Fixed edge cases with not respecting annotations. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4426)
  • Fixed Living Snake debug messages not using the correct debug method. - Luna (https://github.com/hannibal002/SkyHanni/pull/4430)
  • Renamed ResettableStorageSet to Resettable. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4428)
    • Added NoReset annotation.
    • Useful when you can't use Transient due to JVM implications.
  • Send neu repo status on Hypixel join if there is an unsuccesful constant. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4444)
  • Skip incorrect item files instead of hard failing. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4444)
  • Updated Live Templates. - Empa (https://github.com/hannibal002/SkyHanni/pull/3967)

4.7.0 for 1.8.9

by hannibal2 on Jul 18, 2025
Download

4.7.0 for 1.21.5

by hannibal2 on Jul 18, 2025
Download

4.7.0 for 1.21.7

by hannibal2 on Jul 18, 2025
Download

SkyHanni Beta 4.7.0

New Features

  • Added Pest Trap tab widgets to Tab Widget Display. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4069)
  • Added warnings for Pest Traps being full or out of bait. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4069)

Improvements

  • Added Free Will to minion estimated item value. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4421)
  • Made automatically send the TPS after its calculating cooldown. - MTOnline (https://github.com/hannibal002/SkyHanni/pull/4412)

Fixes

  • Fixed a few minor issues with colorful item stats. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4419)
  • Fixed Bacte Tentacle Waypoints not updating Tentacle HP on 1.21. - Luna (https://github.com/hannibal002/SkyHanni/pull/4411)
  • Fixed Custom Wadrobe buttons being wrongly vertical. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/4413)
  • Fixed errors when calculating Pet XP. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4402)
  • Fixed rare error when converting config from 1.21 to 1.8. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4420)
  • Fixed shorten coin amount behaving incorrectly on values < 1. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4417)
  • Fixed typo in composter menu. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/4416)

Technical Details

  • Added util class. - Luna (https://github.com/hannibal002/SkyHanni/pull/4411)
  • Added live plugin for copying the 'path' to a config option. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4414)
  • Added PestTrapApi. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4069)
  • Added RadialGradientCircularRenderable. - Daveed + next_g (https://github.com/hannibal002/SkyHanni/pull/4119)
  • Fixed showing your real TPS during April Fools. - MTOnline (https://github.com/hannibal002/SkyHanni/pull/4412)
  • Fixed EntityHurtEvent never triggering on 1.21. - Luna (https://github.com/hannibal002/SkyHanni/pull/4411)
  • Fixed occasional NoSuchFieldException in . - Luna (https://github.com/hannibal002/SkyHanni/pull/4410)

4.6.0 for 1.8.9

by hannibal2 on Jul 17, 2025
Download

SkyHanni Beta 4.6.0

Improvements

  • Made copy chat work on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4408)

Fixes

  • Fixed enchanted book items such as the experience artifact not showing in estimated item value. - nopo (https://github.com/hannibal002/SkyHanni/pull/4407)
  • Fixed estimated chest value displaying books at half their value. - SuperClash (https://github.com/hannibal002/SkyHanni/pull/4405)
  • Fixed Improved SB Menus replacing Potion items in the cookie menu. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4401)
  • Fixed issue when submitting contests to EliteDev. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4398)
  • Fixed Skill Overflow For Hunting And Foraging. - nopo (https://github.com/hannibal002/SkyHanni/pull/4406)
  • Fixed visual errors in hunting box when no shards were detected. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4404)

Technical Details

  • Cleaned up and split up ApiUtils. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4398)
  • Cleanup of core Renderables. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/4387)
    • That includes StringRenderable, ItemRenderable, ContainerRenderable and also some misc stuff.
  • Fixed Detekt workflows again. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4400)
  • Made attribute shard features silently error. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4404)
  • String.removeColor now removes the chroma color code. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4408)

4.6.0 for 1.21.7

by hannibal2 on Jul 17, 2025
Download

SkyHanni Beta 4.6.0

Improvements

  • Made copy chat work on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4408)

Fixes

  • Fixed enchanted book items such as the experience artifact not showing in estimated item value. - nopo (https://github.com/hannibal002/SkyHanni/pull/4407)
  • Fixed estimated chest value displaying books at half their value. - SuperClash (https://github.com/hannibal002/SkyHanni/pull/4405)
  • Fixed Improved SB Menus replacing Potion items in the cookie menu. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4401)
  • Fixed issue when submitting contests to EliteDev. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4398)
  • Fixed Skill Overflow For Hunting And Foraging. - nopo (https://github.com/hannibal002/SkyHanni/pull/4406)
  • Fixed visual errors in hunting box when no shards were detected. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4404)

Technical Details

  • Cleaned up and split up ApiUtils. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4398)
  • Cleanup of core Renderables. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/4387)
    • That includes StringRenderable, ItemRenderable, ContainerRenderable and also some misc stuff.
  • Fixed Detekt workflows again. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4400)
  • Made attribute shard features silently error. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4404)
  • String.removeColor now removes the chroma color code. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4408)

4.6.0 for 1.21.5

by hannibal2 on Jul 17, 2025
Download

SkyHanni Beta 4.6.0

Improvements

  • Made copy chat work on 1.21. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4408)

Fixes

  • Fixed enchanted book items such as the experience artifact not showing in estimated item value. - nopo (https://github.com/hannibal002/SkyHanni/pull/4407)
  • Fixed estimated chest value displaying books at half their value. - SuperClash (https://github.com/hannibal002/SkyHanni/pull/4405)
  • Fixed Improved SB Menus replacing Potion items in the cookie menu. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4401)
  • Fixed issue when submitting contests to EliteDev. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4398)
  • Fixed Skill Overflow For Hunting And Foraging. - nopo (https://github.com/hannibal002/SkyHanni/pull/4406)
  • Fixed visual errors in hunting box when no shards were detected. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4404)

Technical Details

  • Cleaned up and split up ApiUtils. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4398)
  • Cleanup of core Renderables. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/4387)
    • That includes StringRenderable, ItemRenderable, ContainerRenderable and also some misc stuff.
  • Fixed Detekt workflows again. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4400)
  • Made attribute shard features silently error. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4404)
  • String.removeColor now removes the chroma color code. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4408)

4.5.0 for 1.21.7

by hannibal2 on Jul 16, 2025
Download

4.5.0 for 1.21.5

by hannibal2 on Jul 16, 2025
Download

4.5.0 for 1.8.9

by hannibal2 on Jul 16, 2025
Download

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 into getTargetedBlock() and getTargetedBlockAtDistance(). - 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() to LocationUtils 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() to roundToBlock() and fixed incorrect rounding. - Luna (https://github.com/hannibal002/SkyHanni/pull/4384)

4.4.0 for 1.8.9

by hannibal2 on Jul 15, 2025
Download

4.4.0 for 1.21.7

by hannibal2 on Jul 15, 2025
Download

4.4.0 for 1.21.5

by hannibal2 on Jul 15, 2025
Download

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)

4.3.0 for 1.21.5

by hannibal2 on Jul 14, 2025
Download

4.3.0 for 1.21.7

by hannibal2 on Jul 14, 2025
Download

4.3.0 for 1.8.9

by hannibal2 on Jul 14, 2025
Download

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)

4.2.0 for 1.8.9

by hannibal2 on Jul 12, 2025
Download

4.2.0 for 1.21.5

by hannibal2 on Jul 12, 2025
Download

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.

4.1.0 for 1.8.9

by hannibal2 on Jul 11, 2025
Download

4.1.0 for 1.21.5

by hannibal2 on Jul 11, 2025
Download

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)
1
2
3
4

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@656c5b6

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.