Tags
Creators
Details
All versions
7.39.0
Beta
SkyHanni for Hypixel SkyBlock 7.39.06 days ago 6,572
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.39.0
New Features
- Added No Gummy Warning. - PuppyGirlAbora (https://github.com/hannibal002/SkyHanni/pull/5871)
- Added a warning when killing mobs without a Re-Heated Gummy Polar Bear active.
- Re-added the old Glowing Dropped Items feature for the items Hypixel doesn't glow. - Luna (https://github.com/hannibal002/SkyHanni/pull/5758)
- This does not glow them through walls, unlike the old feature.
Improvements
- Restored REI compatibility for Minecraft 26.1. - Luna (https://github.com/hannibal002/SkyHanni/pull/6150)
- Note: We highly recommend using SkyBlock Item List instead.
Fixes
- Fixed Anita's Extra Farming Fortune Helper not showing. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6206)
- Fixed Deployables not being detected sometimes. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6214)
- Fixed Hoppity's Hunt event stats being shown in chat on login for events where the player did not participate. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6210)
- Fixed Jacob Contest Warning Popup always failing to open. - Luna (https://github.com/hannibal002/SkyHanni/pull/6204)
- Fixed Pest Repellent time not being detected. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6203)
- Fixed Profile Join Message Hider not working. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6181)
- Fixed Tree Progress Display being colorless. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6198)
- Fixed Visitor Logbook statistics either not showing or being inaccurate. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6212)
Technical Details
- Added Detekt rule to enforce private event listeners. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6211)
- Added KDoc and
@PrimaryFunctiontoTablistFooterUpdateEventand renamed its handlers toonTabListFooterUpdate. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6219) - Added SPIDER_DEN and TORRHUS_CANYON tags for Hotspot. - LegentPc (https://github.com/hannibal002/SkyHanni/pull/6208)
- Banned
@Overwriteand@Redirectand changed all existing uses of@Redirectto safer alternatives. - Luna (https://github.com/hannibal002/SkyHanni/pull/6158) - Changed invalid @HandleEvent annotations to fail at compile time instead of only crashing at runtime. - Luna (https://github.com/hannibal002/SkyHanni/pull/5599)
- At runtime, it now crashes in the development environment and otherwise skips event handler registration.
- Fixed Contributor Achievement not counting above 1. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6189)
- Improved performance when handling game events. - Avrg (https://github.com/hannibal002/SkyHanni/pull/5963)
- Made EffectApi matching colorless. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6203)
- Made repo pattern Detekt rule cache the parsing result between the rules. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6174)
- Renamed
chromafyHoppityStatstoapplyPartyModeinHoppityEventSummary. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6210) - Renamed
DelayedRun.runNextTickOldtoDelayedRun.runNextTickEndand better documented the difference. - Luna (https://github.com/hannibal002/SkyHanni/pull/5462) - Separated listeners by required island type to avoid unnecessary island checks. - Avrg (https://github.com/hannibal002/SkyHanni/pull/5963)
- Updated Mixin classes to match latest target names, merged duplicate Mixin classes into one file where appropriate, removed GUI and render subfolders, and added Fabric subfolder for Mixins. - Luna (https://github.com/hannibal002/SkyHanni/pull/6145)
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:SuTKY41g"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:SuTKY41g"
}

