All versions
7.7.0
Beta
7.7.0 for 1.21.104 months ago 13.4K
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Changes
SkyHanni Beta 7.7.0
Fixes
- Fixed advertisement blocking in Custom Tab. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5366)
- Fixed holographs not appearing in Crafting Room Helper. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5327)
- Fixed Open Profile in SkyCrypt RPC buttons not working. - nopo (https://github.com/hannibal002/SkyHanni/pull/5369)
- Fixed sometimes getting an error in chat / disconnect when opening sacks. - Luna (https://github.com/hannibal002/SkyHanni/pull/5370)
- Improved Custom Scoreboard performance by caching rendered lines. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5368)
Technical Details
- Changed Crimson Isle Faction Quests to use the Graph Editor more. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5359)
- Cleaned up code around player location loading. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5333)
- Extracted some re-usable functionalities from . - Daveed (https://github.com/hannibal002/SkyHanni/pull/5274)
- Fixed detekt rule that flags skull textures in strings. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5352)
- Fixed the cursed existence that was . - Daveed (https://github.com/hannibal002/SkyHanni/pull/5327)
- Refactored and to have structured configs. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5274)
- Removed in favor of . - Luna (https://github.com/hannibal002/SkyHanni/pull/5367)
- Removed . - Luna (https://github.com/hannibal002/SkyHanni/pull/5363)
- Removed deprecated and classes. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5327)
- Removed mapping to legacy sound name from . - Luna (https://github.com/hannibal002/SkyHanni/pull/5363)
- Updated Graph Editor test Dijkstra logic. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5344)
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:aLEcvigH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:aLEcvigH"
}


