Tags
Creators
Details
All versions
5.6.0
Beta
5.6.0 for 1.21.108 months ago 2,334
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
SkyHanni Beta 5.6.0
Improvements
- Improved DNA analyser solver. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4934)
- Made the solution also allow swapping end columns as apparently you can do that.
- Made it work if you abiphone Jake.
- Blocked accidentally clicking the close puzzle button.
- Made Block Break Prticle Hider searchable by typing breaking. - Luna (https://github.com/hannibal002/SkyHanni/pull/4931)
- Made warnings about missing tab list info less frequent and aggressive. - Luna (https://github.com/hannibal002/SkyHanni/pull/4933)
Fixes
- Fixed error when opening Your Skills menu with Roman numerals disabled in Hypixel settings. - Luna (https://github.com/hannibal002/SkyHanni/pull/4932)
- Fixed overflow features not having support for hannibal numerals. - nopo (https://github.com/hannibal002/SkyHanni/pull/4935)
Technical Details
- Added annotation to hide config options from the GUI. - Luna (https://github.com/hannibal002/SkyHanni/pull/4908)
- They can still be edited via .
- Added the ability to change current mayor perks via repo. - nopo (https://github.com/hannibal002/SkyHanni/pull/4936)
- Using and together on the same config option now throws a compile-time (and runtime) error. - Luna (https://github.com/hannibal002/SkyHanni/pull/4908)
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:DzUsXyXM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:DzUsXyXM"
}

