All versions
7.10.0
Beta
7.10.0 for 1.21.114 months ago 9,524
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
SkyHanni Beta 7.10.0
Improvements
- Added /shresetshinyorbtracker command to reset Shiny Orb Tracker. - Luna (https://github.com/hannibal002/SkyHanni/pull/5421)
- Improved pathfind lines to look prettier. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5417)
Fixes
- Fixed Advanced Player List parsing YouTubers as numbers. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5427)
- Fixed colored item names in /viewrecipe autocomplete. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5434)
- Fixed double XP lines in tab. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5427)
- Fixed issues with backup repo not loading. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5343)
- Fixed multiple overclockers not being detected by Jacob bulk-claim. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5410)
- Fixed Shiny Orb Tracker not working with revamped Year of the Pig event. - Luna (https://github.com/hannibal002/SkyHanni/pull/5421)
- Fixed tracker uptime data not being saved between sessions. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5412)
Technical Details
- Added lots more suspension usage in repo for efficient IO. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5343)
- Cleaned up code duplications around location to string or string to location parsing. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5411)
- Made renderRenderable require non-nullable strings now. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5428)
- Migrated all top-level configs in SkyHanniConfig from var to val. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5418)
- Moved main toggles into same structure. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5426)
- Ported Vanquisher API from Nautilus. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5253)
- Refactored SkyHanniTypeAdapters into an enum class. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5380)
- Renamed Mob.Type to MobCategory. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5397)
- Renamed all ChestGuiOverlay render handlers to onChestGuiRender. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5418)
- Simplified Reforge data loading from NEU. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5380)
- Started cleanup of and its related classes. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5380)
- Started defining PrimaryFunctions for events missing them. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5418)
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:MzkfgNRH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:MzkfgNRH"
}


