Tags
Creators
Details
All versions
7.38.0
Beta
SkyHanni for Hypixel SkyBlock 7.38.0last week 49K
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
SkyHanni Beta 7.38.0
New Features
- Added Deployable Reminder. - Avrg (https://github.com/hannibal002/SkyHanni/pull/5886)
- A reminder to place down your power orb for Slayer, umbrella for Trophy Fishing, and lantern for Mineshafts.
Improvements
- Improved Trophy Fish Display detection for if you're Trophy Fishing. - Avrg (https://github.com/hannibal002/SkyHanni/pull/5886)
- Instead of only checking for Trophy Armor it now also checks for Trophy Line, Hot Bait usage, and if you are too low level to fish Sea Creatures.
Fixes
- Fixed an issue where forging a pet would incorrectly replace your currently equipped pet in the pet display. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6179)
- Fixed Attribute Menu paginated inventory not being detected. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6182)
- Fixed certain Goblin Eggs, Diamond Essence and Gold Essence from treasure chests not being detected. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6183)
- Fixed Corpse Loot incorrectly tracking whether a key was consumed after leaving the Mineshaft. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6173)
- Fixed Croesus Chest Tracker not detecting paged Croesus inventory. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/6180)
- Fixed detection of completed Jacob's Contests. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6191)
- Fixed Enigma Soul Helper not detecting the menu. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6187)
- Fixed Flawed Ruby being shown as Flawed Sapphire in Powder Chest Profit Tracker. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6183)
- Fixed Hunting Box and Fusion Box not being detected. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6186)
- Fixed Juicy Sprayonator and Salty Sprayonator not being blocked by the No-Break feature in the Garden. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6173)
- Fixed Minion Upgrade Helper not detecting wrapped ingredient line. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6175)
- Fixed not being able to update NEU/SkyHanni repo if certain files are corrupted. - Luna (https://github.com/hannibal002/SkyHanni/pull/6097)
- Fixed not detecting /stats menu due to Hypixel changing the menu name. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6187)
- Fixed not properly detecting overflow Garden XP from the desk. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6190)
- Fixed some Magical Power features not working. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6172)
- Fixed Spray usage not being tracked in the Pest Profit Tracker. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6173)
- Fixed Tree Progress Display not updating. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/6173)
- Fixed Visitor Supercraft assuming killing a Werewolf Sea Creature is the only way to craft Enchanted Pumpkin. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6178)
Technical Details
- Improved /shaddcorpsekeyusage to let you also reduce the number of saved keys. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6184)
- Replaced InventoryDetector direct string and lambda checks with repo-backed pattern groups where possible. - Avrg (https://github.com/hannibal002/SkyHanni/pull/6187)
- Updated several dependencies to newer versions. - Luna (https://github.com/hannibal002/SkyHanni/pull/6160)
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:j5y0h754"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:j5y0h754"
}



