Tags
Creators
Details
All versions
7.37.0
Beta
SkyHanni for Hypixel SkyBlock 7.37.0last week 18.8K
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
SkyHanni Beta 7.37.0
New Features
- Added Charmed Visitor Display. - FabiHBBBT (https://github.com/hannibal002/SkyHanni/pull/5832)
- Added line to Voidgloom Seraph boss. - Marina (https://github.com/hannibal002/SkyHanni/pull/5669)
Improvements
- Added an option to prevent breaking crops with Sprayonator. - Luna (https://github.com/hannibal002/SkyHanni/pull/5469)
- The existing feature that includes fishing rods will now only prevent breaking crops, not all blocks.
- Added Blazetekk Ham Radio warnings to chat filter. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6168)
- Added NEU-style Superpairs slot highlighting in the Experimentation Table. - RemainingDelta (https://github.com/hannibal002/SkyHanni/pull/6126)
- Showing collected pairs, known matches, seen cards and powerups.
- Added support for detecting Sprayonator used with Juicy Nozzle and Groovy Nozzle. - Luna (https://github.com/hannibal002/SkyHanni/pull/6115)
- Made all existing skyhanni foraging features work on Torrhus Canyon. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6170)
- If any feature doesn't work on the new island and you think it should, make a bug report.
- Made Corpse Tracker account for the key being saved by the Resourceful perk. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6167)
- Reduced cases of inflated prices being reported due to Auction House manipulation. - Luna (https://github.com/hannibal002/SkyHanni/pull/5921)
Fixes
- Fixed an error message when opening the Visitor menu. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6135)
- Fixed Beacon Solver not detecting the color correctly. - Luna (https://github.com/hannibal002/SkyHanni/pull/5254)
- Fixed Croesus Chest Tracker thinking you always have already used kismet on a chest. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6164)
- Fixed false fishing bait change warnings when opening a sign GUI while holding a fishing rod. - Growling_Grizzly (https://github.com/hannibal002/SkyHanni/pull/6153)
- Fixed future legendary pets for Traveling Zoo not showing when other mods modify the tooltip. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6163)
- Fixed Pest Spawn Timer giving error when Tab List is still loading when joining the Garden. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6165)
- Fixed rare error while using the rift berberis helper. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6166)
- Fixed skyhanni not detecting the 4th harvest feast in-season crop. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6113)
Technical Details
- Added MixinTest to automatically validate mixins using JUnit. - Luna (https://github.com/hannibal002/SkyHanni/pull/6148)
- Added safe Map.filterNotNull, Map.filterNotNullKeys, and Map.filterNotNullKeys extension methods to CollectionUtils. - Luna (https://github.com/hannibal002/SkyHanni/pull/5898)
- Moved GardenPlotApi.Plot into its own class GardenPlot, with all members (properties and functions) as class members. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6138)
- Removed ModernPatterns and moved the patterns into their respective files. - Luna (https://github.com/hannibal002/SkyHanni/pull/5254)
- We only support modern now, so there is no point in this file existing.
- Rename wardrobe and equipment API classes for clarity. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6137)
Removed Features
- Removed Pest Spray Selector. - Luna (https://github.com/hannibal002/SkyHanni/pull/6115)
- Hypixel now lets you choose the spray to use in a GUI, this feature became redundant.
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:KDMcHWLn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:KDMcHWLn"
}



