All versions
7.6.0
Beta
7.6.0 for 1.21.104 months ago 33.3K
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Changes
SkyHanni Beta 7.6.0
Improvements
- Added a copy to clipboard for missing sack items. - ILike2WatchMemes (https://github.com/hannibal002/SkyHanni/pull/5351)
- Added the ability to block refusing Seymour's Special Armor visitor reward. - Luna (https://github.com/hannibal002/SkyHanni/pull/5311)
- This includes Velvet Top Hat, Cashmere Jacket, Satin Trousers, and Oxford Shoes.
- Made Diana Tracker show exact burrows per hour when above 1000. - nopo (https://github.com/hannibal002/SkyHanni/pull/5340)
Fixes
- Fixed Composter Overlay not reloading when repo does. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5350)
- Fixed Croesus Chest Overlay Profit. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5345)
- Fixed Croesus Highlight errors. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5345)
- Fixed Flare Display sometimes causing freezes. - nopo (https://github.com/hannibal002/SkyHanni/pull/5355)
- Should also improve performance with Flare Display a little bit.
- Fixed Kuudra Keys not counting Reputation Discount in Croesus/Instance Chest Profit. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5292)
- Fixed some features not working when changing from 1 island to the same island type. (e.g. Hub -> Hub) . - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5348)
- Fixed world rendering not working with Iris. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5354)
Technical Details
- Added and and migrated shutdown hooks to them as appropriate. - Luna (https://github.com/hannibal002/SkyHanni/pull/5330)
- Added . - Luna (https://github.com/hannibal002/SkyHanni/pull/5307)
- This uses the Minecraft API to register new entries to add to the debug screen (F3).
- SkyBlock Area and OreBlock Name have been migrated to this, and the config options have been removed, as whether to show them is now configured in F3+F6.
- Added CoroutineConfig for static definition of intent. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5339)
- Added new async clipboard copy that returns a success boolean. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5339)
- Added support for Components for Contributor suffixes. - nopo (https://github.com/hannibal002/SkyHanni/pull/5329)
- This means we can support custom images such as flags.
- Removed all direct usages of getTabList in tab data. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5329)
- Function now private.
- Removed all usages of TabListData, and replaced the class with the Component version. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5329)
- Replaced TablistFooterUpdateEvent and TabListUpdateEvent with Component versions. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5329)
- Split coroutine handling into new manager class. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5339)
- Support for node weight. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5325)
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:vMAk8HBy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:vMAk8HBy"
}


