Tags
Creators
Details
All versions
4.23.0
Beta
4.23.0 for 1.21.710 months ago 9,816
Compatibility
Minecraft: Java Edition
1.21.7–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Changes
SkyHanni Beta 4.23.0
New Features
- Added Active Boss Transparency. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/4744)
- Reduces transparency of other mobs while fighting a Slayer boss.
- Added warning when Pesthunter Phillip's Bonus Farming Fortune buff expires. - Chissl (https://github.com/hannibal002/SkyHanni/pull/4679)
Improvements
- Added Ctrl+Click shortcut in Hoppity Chocolate Factory in SkyBlock Menu to open config. - Chissl (https://github.com/hannibal002/SkyHanni/pull/4750)
- Added Event EXP to Guild EXP Chat Filter. - AfkUserMC (https://github.com/hannibal002/SkyHanni/pull/4733)
- Renamed filter from to .
- Added Ghost Shards to Ghost Profit Tracker. - nopo (https://github.com/hannibal002/SkyHanni/pull/4740)
- Added option in Pest Spawn Timer to set custom pest cooldown after spawning. - Chissl (https://github.com/hannibal002/SkyHanni/pull/4592)
- Works with Pest Cooldown Warning.
- Added Pesthunter Phillip's Bonus Farming Fortune line to the Farming Fortune Display. - Chiss (https://github.com/hannibal002/SkyHanni/pull/4679)
- Changed negative-formatted coins in SkyHanni GUIs to red. - Chissl (https://github.com/hannibal002/SkyHanni/pull/4738)
- Improved Inquisitor Waypoint detection to handle any text after coordinates in chat. - Luna (https://github.com/hannibal002/SkyHanni/pull/4736)
- Improved Slayer quest detection: uses the Tab List widget when Hypixel omits them from the Scoreboard (common in The Park). - Luna (https://github.com/hannibal002/SkyHanni/pull/4746)
- Sea Creature Tracker now hides while in the Tomb Floodway. - Luna (https://github.com/hannibal002/SkyHanni/pull/4722)
Fixes
- Fixed Blaze Slayer Demons not showing with Damage Indicator. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/4741)
- Fixed Blaze Slayer Hellion Shields sometimes not working. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/4741)
- Fixed Crop Money Display number-sign placement (was , now ). - Luna (https://github.com/hannibal002/SkyHanni/pull/4745)
- Fixed Custom Scoreboard empty lines showing as blank in the config. - juna (https://github.com/hannibal002/SkyHanni/pull/4747)
- Fixed Custom Scoreboard not showing the second objective line for item amounts more than 1k. - juna (https://github.com/hannibal002/SkyHanni/pull/4749)
- Fixed Inquisitor Waypoint Sharing not working on 1.21. - Luna (https://github.com/hannibal002/SkyHanni/pull/4736)
- Fixed Non-God Pot Display not detecting Pest Repellent consumption. - Chissl (https://github.com/hannibal002/SkyHanni/pull/4739)
- Fixed Ubik Reminder not working. - nopo & Luna (https://github.com/hannibal002/SkyHanni/pull/4735)
Technical Details
- Changed the interface of to match . - Luna (https://github.com/hannibal002/SkyHanni/pull/4689)
- Optimized to avoid recomputing and . - Luna (https://github.com/hannibal002/SkyHanni/pull/4689)
- Replaced Netty internal usage with . - Luna (https://github.com/hannibal002/SkyHanni/pull/4751)
- Slayer API cleanup. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/4743)
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:opYAyc39"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:opYAyc39"
}


