All versions
7.8.0
Beta
7.8.0 for 1.21.114 months ago 810
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
SkyHanni Beta 7.8.0
New Features
- Added command . - Chissl (https://github.com/hannibal002/SkyHanni/pull/4703)
- Shows garden uptime history for the past x days, defaults to 7 days.
- Added Crop Break Tracker. - Chissl (https://github.com/hannibal002/SkyHanni/pull/4703)
- Shows the number of crops you have broken on the Garden and blocks per second (supports pest farming/visitors).
- Can choose to display data from the following modes: Total, Session, Day, Week, Month, or Year.
Improvements
- Changed Duplicate Location Markers to no longer show after all Hoppity Egg locations on the island are found. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5395)
- Improved Fishing Timer with total mob count and more accurate despawn timing. - Empa & Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5247)
Fixes
- Fixed cooldown display for Shadow Warp ability not working. - Luna (https://github.com/hannibal002/SkyHanni/pull/5387)
- Fixed Dungeon Clean End feature not working. - Luna (https://github.com/hannibal002/SkyHanni/pull/5386)
- Fixed error when using Fast Fairy Souls without soul data loaded. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5383)
- Fixed island change event not always being sent, causing many features to malfunction (incorrect scoreboard data, broken profit trackers, etc.). - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5399)
- Fixed showing more than 100% of found Hoppity locations on the island because of outdated config data. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5394)
- Fixed Sky Mall and Lottery HUD elements displaying outside of SkyBlock. - HyperKids (https://github.com/hannibal002/SkyHanni/pull/5389)
- Fixed Stranded players being notified to collect Hoppity eggs. - Luna (https://github.com/hannibal002/SkyHanni/pull/5390)
Technical Details
- Added and used . - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5375)
- Added SkyHanni Timed Tracker. - Chissl (https://github.com/hannibal002/SkyHanni/pull/4702)
- Supports saving multiple modes to .
- Has display modes for Total, Session, Day, Week, Month, and Year.
- Allows players to show data from prior dates.
- Cleaned up . - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5376)
- Cleaned up console messages. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5398)
- Migrated to using colorless patterns and components. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5383)
- Renamed the config of SkyHanni. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5374)
Removed Features
- Removed command . - nopo (https://github.com/hannibal002/SkyHanni/pull/5381)
- The command that opens Elitebot still works.
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:nDEoSMoX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:nDEoSMoX"
}

