Tags
Creators
Details
All versions
7.55.0
Beta
SkyHanni for Hypixel SkyBlock 7.55.02 weeks ago 40.1K
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
SkyHanni Beta 7.55.0
New Features
- Added Compactor GFS Keybind. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6502)
- Hold the keybind to mark every item in your inventory that can be crafted into another item.
- Click a marked item to grab the number of items missing for that craft from your sacks.
- Items that cannot be used show the reason in their tooltip.
- Added Season-Locked Messages. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6520)
- When trying to enter Jerry's Workshop outside of Late Winter, the remaining time and the date until it opens are now shown in chat.
Improvements
- Added /shnav stop to the /shnav command. - ThatOneDevil (https://github.com/hannibal002/SkyHanni/pull/6421)
- /shnav stop now also ends a running /shnavall.
- Renamed the Bouncy Ball config options to Beach Ball. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6501)
Fixes
- Fixed multiple small Path Finder issues. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6517)
- Wrong and missing messages when stopping, arriving at or switching targets, and the Island Areas list keeping a location highlighted after the navigation to it ended.
- Fixed Pest Cooldown saying Unknown for a few seconds when moving between plots. - Luna (https://github.com/hannibal002/SkyHanni/pull/6491)
- Fixed pet drops from chat messages (e.g. Baby Yeti, Flying Fish, Slug) not being added to Profit Trackers. - Luna (https://github.com/hannibal002/SkyHanni/pull/6514)
- Fixed Sea Creature catch messages incorrectly saying a instead of an (e.g. a Oasis Sheep). - Luna (https://github.com/hannibal002/SkyHanni/pull/6507)
- Fixed the A SkyHanni currency uses a wrong id error sometimes appearing when joining Hypixel. - Luna (https://github.com/hannibal002/SkyHanni/pull/6515)
Technical Details
- Centralized the inner slot filtering for Hypixel menus. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6442)
- Cleaned up Beach Ball Catch Helper. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6501)
- Split up the Spirit Leap Overlay rendering code into smaller functions. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6495)
Removed Features
- Removed the /shstopnavigation command. - ThatOneDevil (https://github.com/hannibal002/SkyHanni/pull/6421)
- Replaced with /shnav stop.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:byNkmv5G:oOFwRQYU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:oOFwRQYU"
}

