Tags
Creators
Details
All versions
7.28.0
Beta
SkyHanni for Hypixel SkyBlock 7.28.02 months ago 13.5K
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.28.0
New Features
- Added option to mute treasure chest sounds. - ItsRealHim (https://github.com/hannibal002/SkyHanni/pull/5896)
Improvements
- Added tab completion for the
/shcroptimecommand, suggesting crop names as you type. - A-N-07 (https://github.com/hannibal002/SkyHanni/pull/5883) - Added Tel Kar Garden Visitor to Dialoge Showing Exception list. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/5850)
- Improved Fishing Tracker to appear when within lootshare range of other players' mobs. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5708)
- Improved Mouse Sensitivity Reducer with mouse lock support. - zumbiepig (https://github.com/hannibal002/SkyHanni/pull/5796)
- Mouse rotation can now be fully locked instead of just reducing sensitivity.
- Auto modes for Vacuum and Sprayonator.
- Sensitivity reduction now uses a percentage instead of a division factor.
- Ground tolerance option to prevent unlocking on small height drops.
Fixes
- Fixed
/shsensreducenot working. - zumbiepig (https://github.com/hannibal002/SkyHanni/pull/5796) - Fixed a rare case with error handling sometimes infinitely recursing and causing the game to freeze or crash. - Luna (https://github.com/hannibal002/SkyHanni/pull/5943)
- Fixed API errors not including the server response in error logs, making bug reports easier to act on. - Luna (https://github.com/hannibal002/SkyHanni/pull/5830)
- Fixed Bazaar cancelled Buy Order clipboard not working. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/5936)
- Fixed Fishing Tracker disappearing while killing mobs occasionally. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5708)
- Fixed garden warp keybinds having an unnecessary cooldown. - zumbiepig (https://github.com/hannibal002/SkyHanni/pull/5796)
- Fixed Notice Me Senpai Achievement description. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/5947)
- Fixed Obfuscated Fish 1 and 2 not counting as bait. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/5833)
- Fixed Slayer Boss warning title never appearing. - iLLuMiiNaTy (https://github.com/hannibal002/SkyHanni/pull/5838)
- Fixed some HUD overlays moving or resizing when opening inventories with a separate inventory GUI scale. - akinsoft (https://github.com/hannibal002/SkyHanni/pull/5851)
Technical Details
- Added DelayedServerRun utility. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/5790)
- Changed
PlayerUtilsto uselocalUserinstead oflocalPlayerfor player name and UUID lookup. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/5947) - Cleaned up code duplication around InventoryUtils. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5809)
- Fixed ServerTimeMark having underflow issues. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/5790)
- Fixed SimpleTimeMark having overflow issues. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/5790)
- Merged all mouse sensitivity features into
MouseSensitivityReducer. - zumbiepig (https://github.com/hannibal002/SkyHanni/pull/5796)MouseMixinnow hooks intoplayer.turn(x, y)rather thanoptions.sensitivity().get().
- Moved lootshare-related rendering and range to LootshareUtils. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5708)
- Preserved response data when an API call returns a non-2xx status code. - Luna (https://github.com/hannibal002/SkyHanni/pull/5830)
- Refactored
BezierFitterto merge duplicateaddPointusages intotryAdd. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5770) - Renamed event handler functions to include the full event type name. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5924)
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:9rqdBRaV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:9rqdBRaV"
}

