Tags
Creators
Details
7.0.0
Compatibility
Required content
Changes
SkyHanni Version 7.0.0
New Features
- Farming: Zorro's Cape Contest Protection; Crop Fever Tracker; Mantid Reforge Display
- Fishing: Flay/Soul Whip Particle Hider; Mute Banshee Screams
- Combat: Cocoon Timer & Mob Name Overlay; Croesus Profit Overlay
- Commands: /shtodos; /shdownloadtodo; /shcalc
In addition to the 23 new features, there were 68 minor improvements, 133 bug fixes, and 87 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:
appable, bloxigus, CalMWolfs, Chissl Daveed, Empa, FabiHBBBT, fazfoxy frostyy1905, hannibal2, Hype_the_Time ILike2WatchMemes, juna, Ke5o, krazun123 Luna, Maratons4, MTOnline, NetheriteMiner nopo, rueblimaster, SidOfThe7Cs Soopyboo32, Stella, ThomasThePencil, tristendillon Vixid
Modrinth Downloads:
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:84E3TYyD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:84E3TYyD"
}

