6.0.0
Compatibility
Required content
Changes
SkyHanni Version 6.0.0
New Features
- Events: Trick-or-Treat/Party Chest Alert
- Hunting: Attribute Shard Tracker; Shard Fusion Display
- Dungeons: Croesus Unopened Chest Count; Secret Tracker 3000 Guesser
- Rift: Ubik Cube Timer GUI; Bacte Kill Zone Warning
- Farming: Change pest spawn sound; DNA Analyser Solver; Hoe Level Display; Mute Hoe Level Up Sound
- Foraging: Add whisper info to HOTF perk tooltips
- Misc: Legion/Bobbin' Time Display; Middle Click Fix for 1.21
In addition to the 17 new features, there were 35 minor improvements, 59 bug fixes, and 19 technical changes. See the full changelog on GitHub for details. See the full changelog on GitHub for an exhaustive list. Here is a list of developers that worked on this SkyHanni update: AfkUserMC, bloxigus, brettt89, CalMWolfs Chissl, Empa, fazfoxy, hannibal2 ILike2WatchMemes, juna, Ke5o, Luna, Mayaqq MTOnline, nopo, Pugzy, SidOfThe7Cs, ThomasThePencil Thunderblade73, Vixid
GitHub Downloads:
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:CnkKdcs5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:CnkKdcs5"
}

