Tags
Creators
Details
All versions
5.4.0
Beta
5.4.0 for 1.21.88 months ago 34.7K
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
SkyHanni Beta 5.4.0
New Features
- * Few extra features not worth mentioning. - nopo (https://github.com/hannibal002/SkyHanni/pull/4902)
Improvements
- Added profit per hour and actions per hour to tracker profit line hover tooltip. - Chissl (https://github.com/hannibal002/SkyHanni/pull/4629)
- Added profit per hour line to profit trackers. - Chissl (https://github.com/hannibal002/SkyHanni/pull/4629)
- Added the ability to copy a tracker's profit and profit per hour. - Chissl (https://github.com/hannibal002/SkyHanni/pull/4629)
- Click on the profit line while in an inventory.
- Added tracker uptime. - Chissl (https://github.com/hannibal002/SkyHanni/pull/4629)
- Tracks how long a tracker has been active, and pauses if it has not been modified for some time (default 30s).
- Only enabled on sessions by default; uptime was not tracked before this and will be wrong on total mode.
- Improved the Not Clickable Items feature in NPC trade menus. - Luna (https://github.com/hannibal002/SkyHanni/pull/4899)
- By default, it only grays out items that cannot be sold to NPCs, or are recombobulated .
- You can re-enable graying out items that are not commonly sold to NPCs in the config.
Fixes
- Fixed gems error in the community centre. - nopo (https://github.com/hannibal002/SkyHanni/pull/4903)
- Fixed mob detection features not working while Aura's work harder perk is active. - nopo (https://github.com/hannibal002/SkyHanni/pull/4901)
- Fixed Slayer spawn costs not being tracked during aura. - nopo (https://github.com/hannibal002/SkyHanni/pull/4905)
Technical Details
- Added class. - Luna (https://github.com/hannibal002/SkyHanni/pull/4788)
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:AhIA0FYG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:AhIA0FYG"
}

