All versions
7.27.0
Beta
SkyHanni for Hypixel SkyBlock 7.27.02 weeks ago 24.4K
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
SkyHanni Beta 7.27.0
Improvements
- Added enchantment color support to Toolkit Crop Icons. - Growling_Grizzly PR
Fixes
- Fixed description for Auto-Load Shaft Routes giving incorrect examples for route names. - Luna PR
- Fixed Dungeon Finder class and Catacombs level detection. - AverageUser125 PR
- Fixed error with Lava Replacement when switching lobbies. - Luna PR
- Fixed exception thrown while parsing Fishing Bestiary level. - Twarug PR
- Fixed Glacite Mineshaft entrance/ladder waypoints being set to wrong location. - Piggered PR
- Fixed Harvest Feast data submission sometimes failing. - Luna PR
- Fixed Lava Replacement not working on 26.1. - Luna PR
- Fixed mods that interfere with lava rendering (e.g. IQ Addons) making SkyHanni's Lava Replacement translucent. - Luna PR
- Fixed Sea Creature Tracker error when attempting to migrate outdated sea creature names to new ones. - Luna PR
- Fixed Toolkit Crop Icons cache not updating. - Growling_Grizzly PR
- Fixed Trapper Cooldown often showing as ready up to a second too early. - Luna PR
Technical Details
- Added documentation for some events. - hannibal2 PR
- Added WRAPPED-REGEX-FAIL type for regex tests. - Luna PR
- Changed regex tests that contain leading or trailing whitespace to require WRAPPED-REGEX-TEST or WRAPPED-REGEX-FAIL. - Luna PR
- Documented KSP annotation processing and mixin coding conventions in CONTRIBUTING.md. - hannibal2 PR
- Fixed invalid Classtweaker entries for 26.1. - Luna PR
- Re-enabled Classtweaker validation for 26.1. - Luna PR
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:LIzaC03Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:LIzaC03Y"
}



