Tags
Creators
Details
All versions
7.52.0
Beta
SkyHanni for Hypixel SkyBlock 7.52.02 days ago 4,514
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
SkyHanni Beta 7.52.0
New Features
- Added a link to the Sky Mutations website. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6467)
- Shows up in the Carpenter inventory in the Greenhouse and in the Crop Analyzer in the Secret Lab.
- Clicking the item opens the website, which offers useful information about mutations.
- Added an option to highlight how full each lobby is in the SkyBlock Hub Selector. - RemainingDelta (https://github.com/hannibal002/SkyHanni/pull/6207)
Improvements
- Improved error message for missing Slayer RNG Meter data. - Luna (https://github.com/hannibal002/SkyHanni/pull/6481)
Fixes
- Fixed /shnavigate not stopping the navigation when clicking to return to the previous search. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6472)
- Fixed /shupdate release and /shupdate beta not switching the update stream. - 3d3n-pyc (https://github.com/hannibal002/SkyHanni/pull/6461)
- Fixed an error message when the Mining Event Tracker could not load data. - 3d3n-pyc (https://github.com/hannibal002/SkyHanni/pull/6474)
- Fixed an error when clicking fast in the Heart of the Mountain and Heart of the Forest menus. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6466)
- Fixed pathfinding lines cutting off when touching water on Minecraft 26.1. - Luna (https://github.com/hannibal002/SkyHanni/pull/6458)
- Fixed Player Rank Hider not hiding ranks for players with a SkyBlock emblem in front of their name. - 3d3n-pyc (https://github.com/hannibal002/SkyHanni/pull/6462)
- Fixed SkyHanni alert sounds being too quiet. - Luna (https://github.com/hannibal002/SkyHanni/pull/6418)
- If you find that they are now too loud for your liking, turn off the "Boost Warning Volume" option.
- Fixed SkyHanni making UI sounds from the game and other mods quieter. - Luna (https://github.com/hannibal002/SkyHanni/pull/6418)
- Fixed text shown by SkyHanni in the world being dimmed by water and stained glass on Minecraft 26.2. - Luna (https://github.com/hannibal002/SkyHanni/pull/6458)
- Example: Fishing and Lily Pad Minion name tags, depending on placement.
- Fixed the client freezing for a moment when running /shnavigate. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6472)
Technical Details
- Changed SkyHanniRenderWorldEvent to fire on COLLECT_SUBMITS instead of AFTER_TRANSLUCENT_TERRAIN on Minecraft 26.1, and changed the remaining MultiBufferSource-based rendering in this event to be SubmitNodeCollector-based. - Luna (https://github.com/hannibal002/SkyHanni/pull/6458)
- Fixed drawFilledBoundingBox using the wrong PoseStack, making custom ordering for text submissions no longer necessary. - Luna (https://github.com/hannibal002/SkyHanni/pull/6458)
- Made submitOrderedText defer rendering to after terrain to work around MC-298659. - Luna (https://github.com/hannibal002/SkyHanni/pull/6458)
- Unified LineDrawer to use vertex-based rendering on all versions. - Luna (https://github.com/hannibal002/SkyHanni/pull/6458)
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:35fZnKqP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:35fZnKqP"
}

