Tags
Creators
Details
All versions
7.35.0
Beta
SkyHanni for Hypixel SkyBlock 7.35.02 weeks ago 25.7K
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
SkyHanni Beta 7.35.0
Improvements
- Added option to show Harvest Feast Display outside of the Garden. - FabiHBBBT (https://github.com/hannibal002/SkyHanni/pull/5835)
Fixes
- Fixed
/shnavcommand not properly handling color codes in location names. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6099) - Fixed active Garden plot being detected wrong on plot edges (e.g. with Disco Destination). - Luna (https://github.com/hannibal002/SkyHanni/pull/5846)
- Fixed Dungeon Party Finder features making tooltip colorless. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6095)
- Fixed Estimated Armor Wardrobe Price showing while using Custom Wardrobe. - FabiHBBBT (https://github.com/hannibal002/SkyHanni/pull/6111)
- Fixed Manually Download button opening Modrinth multiple times. - Luna (https://github.com/hannibal002/SkyHanni/pull/5842)
- Fixed Minion Upgrade Helper not appearing. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6110)
- Fixed not detecting Auto Pet Rule message for Golden Dragon overflow skin. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6117)
- Fixed Pest Finder giving an error when joining the Garden. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6104)
- Fixed Pest Profit Tracker saying Praying Mantiss instead of Praying Mantises. - Luna (https://github.com/hannibal002/SkyHanni/pull/6114)
- Fixed rare error/crash with Crimson Isle Miniboss Timer (likely a mod conflict). - Avrg (https://github.com/hannibal002/SkyHanni/pull/6096)
- Fixed SkyMall/Mayhem perks not being detected from the inventory. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6108)
- Fixed tab widget highlight not working in multi-page settings pages. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6103)
- Fixed the item ability cooldown detection for the Giant's Sword. - Maratons4 (https://github.com/hannibal002/SkyHanni/pull/6116)
- Fixed typo in Crimson Isle rescue mission config. - jejebecarte (https://github.com/hannibal002/SkyHanni/pull/6121)
- Fixed Zorro's Cape protection not working due to Equipment change. - FabiHBBBT (https://github.com/hannibal002/SkyHanni/pull/6111)
Technical Details
- Changed repo JSON field names to snake_case, with camelCase as fallback. - FabiHBBBT (https://github.com/hannibal002/SkyHanni/pull/5853)
- Fixed shwords Kotlin hook causing a crash on null strings. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6107)
- Made IslandLeaveEvent, IslandJoinEvent and IslandChangeEvent run on the render thread. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6104)
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:aSU4DlpP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:aSU4DlpP"
}



