Tags
Creators
Details
All versions
7.42.0
Beta
SkyHanni for Hypixel SkyBlock 7.42.02 weeks ago 42.4K
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
SkyHanni Beta 7.42.0
New Features
- Added /shnavall. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6251)
- Navigate to all occurrences of a target on an island.
- May be useful for new points of interest on Honey Hives (Torrhus Canyon), and the Bells and Hideyho (Safari).
- Added Hideyho Finder. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6284)
- Helps you find Hideyho by navigating to all of its possible hiding locations.
- Added Honeyhive Reminder. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6280)
- Reminds you that you can collect the Honey Hives in Torrhus Canyon and navigates you to all of them.
- Added Safari Names in Center. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6261)
- Shows the names of the 4 areas while in the center of the Critter Safari.
- This works identically to the Names in Core feature in Crystal Hollows.
Improvements
- Added Hide Not Clickable support to the Birdfeeder inventory in Safari. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6261)
- Renamed most instances of Galatea to Moonglade Marsh. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6248)
- Sped up pathfinding and optimized routes for the Fast Fairy Souls, Spider's Den Relics, and Shulker Finder. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6251)
Fixes
- Fixed /shnav <coordinates> making the end location offset by a block diagonally. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6251)
- Fixed an error when hovering over the Traveling Zoo event in the Calendar. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6255)
- Fixed an error when switching lobbies while a SkyHanni feature is trying to get your location. - Luna (https://github.com/hannibal002/SkyHanni/pull/6275)
- Fixed Lottery Perk Display showing +5% Sweep instead of +10 Sweep. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6270)
- Fixed Lottery Perk not getting detected in Torrhus Canyon Alpha. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6250)
- Fixed Minion Craft Helper and SkyBlock Guide Minion Highlight not working. - alex (https://github.com/hannibal002/SkyHanni/pull/6266)
- Fixed Reforge Helper not working with Fishing Nets. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6278)
- Fixed rendering issues when Longview is installed. - EnnuiL (https://github.com/hannibal002/SkyHanni/pull/6242)
- Fixed snoozed reminders sometimes not showing up on screen when the timer was up. - RemainingDelta (https://github.com/hannibal002/SkyHanni/pull/6274)
- Fixed the Cold Overlay and the Custom Scoreboard Cold line staying visible after leaving a cold area. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6262)
- Hypixel removes Cold from the scoreboard when leaving the Glacite Tunnels in the Dwarven Mines or the Icy Biome on the Critter Safari, but SkyHanni kept the last known value.
Technical Details
- Added LocationUtils.playerLocationOrNull. - Luna (https://github.com/hannibal002/SkyHanni/pull/6275)
- Allowed /shtodos to have an anti-trigger that increases their needed trigger count by 1. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6252)
- Allowed EnumArgumentType to take in a filtered subset of the whole enum. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6251)
- Allowed NavigateAllHelper to take in a list of graph nodes to navigate to. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6280)
- Can specify extra actions on found and finish along with conditions to move to the next node after reaching the current one.
- Banned
@ModifyConstant. - Microcontrollers (https://github.com/hannibal002/SkyHanni/pull/6249) - Changed LocationUtils.playerLocation to return a fallback value of LorenzVec(0.0, 0.0, 0.0) instead of throwing if the player is null. - Luna (https://github.com/hannibal002/SkyHanni/pull/6275)
- Cleaned up Area Change Events. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6263)
- Fixed custom sound playing. - Rain (https://github.com/hannibal002/SkyHanni/pull/6247)
- Made main calendar lore reading more robust. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6213)
- Made the remaining parts of AttributeShardsData colorless. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6248)
- Removed PlayerUtils.getLocation (only had one use outside the LocationUtils wrapper). - Luna (https://github.com/hannibal002/SkyHanni/pull/6275)
- Renamed Hunter Fortune to Hunting Fortune. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6279)
- Switched from vanilla Blocks/Items constants to ColoredBlockCompat where possible. - Luna (https://github.com/hannibal002/SkyHanni/pull/6272)
- Updated the Graph Editor, especially around errors. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6256)
- Added an error message when a path is one-way and doesn't allow you to go back.
- Neighbors are now sorted by id to avoid funny-looking diffs.
- Now only showing the closest 10 errors to improve readability.
- Now showing error count and category number in chat if there are any.
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:7gR3CqIs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:7gR3CqIs"
}



