All versions
7.14.0
Beta
7.14.0 for 1.21.113 months ago 87.4K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
SkyHanni Beta 7.14.0
New Features
- Added Deployable Overlay. - nopo (https://github.com/hannibal002/SkyHanni/pull/5506)
Improvements
- Added support for Littlefoot's Den Shaft. - nopo (https://github.com/hannibal002/SkyHanni/pull/5523)
Fixes
- Added support for new Reindrake spawn message. - Luna (https://github.com/hannibal002/SkyHanni/pull/5513)
- Fixed Active Effects and Cookie Buff in Compact Tab List having really long text when inactive. - Luna (https://github.com/hannibal002/SkyHanni/pull/5468)
- Fixed Active Effects in Compact Tab List being split into two lines when they shouldn't. - Luna (https://github.com/hannibal002/SkyHanni/pull/5468)
- Fixed error when disconnecting while tracking sounds/particles. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5484)
- Fixed small typos. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5473)
- Fixed Ultrasequencer Helper missing first round. - HyperKids (https://github.com/hannibal002/SkyHanni/pull/5498)
- Updated Shiny Orb Tracker to work after Shiny Shard rename to Shiny Token. - Luna (https://github.com/hannibal002/SkyHanni/pull/5518)
Technical Details
- Cleaned up
TabListReader. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5497) - Cleaned up components in player name formatting logic. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5435)
- Cleaned up lots of deprecated usages of functions. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5388)
- Extracted
TrackCommandinto base, and world class. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5484) - Fixed
Component.containsandComponent.startsWithadding legacy formatting codes where the original component string doesn't include them. - Luna (https://github.com/hannibal002/SkyHanni/pull/5468) - Migrated all detekt rules to 2.0 format. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5507)
- Migrated Moveable HUD elements to new
moveablehudpackage. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5388)- Config + impl. classes were almost entirely duplicated code.
- Removed every instance of
pushMatrix()andpopMatrix()that can be removed. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5388) - Updated GitHub CIs to use Java 25. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5491)
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:7BuK5mAi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:7BuK5mAi"
}

