SkyHanni Beta 7.14.0
New Features
- Added Deployable Overlay. - nopo (https://github.com/hannibal002/SkyHanni/pull/5506)
Improvements
- Added support for Littlefoot's Den Shaft. - nopo (https://github.com/hannibal002/SkyHanni/pull/5523)
Fixes
- Added support for new Reindrake spawn message. - Luna (https://github.com/hannibal002/SkyHanni/pull/5513)
- Fixed Active Effects and Cookie Buff in Compact Tab List having really long text when inactive. - Luna (https://github.com/hannibal002/SkyHanni/pull/5468)
- Fixed Active Effects in Compact Tab List being split into two lines when they shouldn't. - Luna (https://github.com/hannibal002/SkyHanni/pull/5468)
- Fixed error when disconnecting while tracking sounds/particles. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5484)
- Fixed small typos. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5473)
- Fixed Ultrasequencer Helper missing first round. - HyperKids (https://github.com/hannibal002/SkyHanni/pull/5498)
- Updated Shiny Orb Tracker to work after Shiny Shard rename to Shiny Token. - Luna (https://github.com/hannibal002/SkyHanni/pull/5518)
Technical Details
- Cleaned up
TabListReader. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5497) - Cleaned up components in player name formatting logic. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5435)
- Cleaned up lots of deprecated usages of functions. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5388)
- Extracted
TrackCommandinto base, and world class. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5484) - Fixed
Component.containsandComponent.startsWithadding legacy formatting codes where the original component string doesn't include them. - Luna (https://github.com/hannibal002/SkyHanni/pull/5468) - Migrated all detekt rules to 2.0 format. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5507)
- Migrated Moveable HUD elements to new
moveablehudpackage. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5388)- Config + impl. classes were almost entirely duplicated code.
- Removed every instance of
pushMatrix()andpopMatrix()that can be removed. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5388) - Updated GitHub CIs to use Java 25. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5491)
SkyHanni Beta 7.13.0
Improvements
- Added 21 more /shachievements. - nopo (https://github.com/hannibal002/SkyHanni/pull/5489)
Fixes
- Fixed crash with Discord RPC enabled. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5495)
- Fixed Dice Achievement. - nopo (https://github.com/hannibal002/SkyHanni/pull/5489)
- Fixed issues with GFS auto-complete. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5494)
- Fixed Slayer Kill Time not counting the first phase for Tarantula Broodfather 5. - Luna (https://github.com/hannibal002/SkyHanni/pull/5466)
- Fixed some overlays rendering at the wrong size with separate inventory GUI scales, and fixed Diana's nearest warp helper rendering twice over inventory. - akinsoft (https://github.com/hannibal002/SkyHanni/pull/5482)
- Fixed Translate on Click feature. - NetheriteMiner (https://github.com/hannibal002/SkyHanni/pull/5483)
Technical Details
- Added alpha param for item stack rendering. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5341)
- Renamed BlockUtils.rayTrace to BlockUtils.raycast. - Luna (https://github.com/hannibal002/SkyHanni/pull/5488)
- Renamed MobUtils.OwnerShip to MobUtils.Ownership. - Luna (https://github.com/hannibal002/SkyHanni/pull/5488)
- Renamed MobUtils.rayTraceForMob to MobUtils.raycastForMob. - Luna (https://github.com/hannibal002/SkyHanni/pull/5488)
- Renamed MobUtils.rayTraceForMobs to MobUtils.raycastForMobs. - Luna (https://github.com/hannibal002/SkyHanni/pull/5488)
- Renamed SlayerChangeEvent file to SlayerEvents and moved SlayerQuestCompleteEvent to it. - Luna (https://github.com/hannibal002/SkyHanni/pull/5466)
SkyHanni Beta 7.12.0
New Features
- Added SkyHanni Achievements. - nopo (https://github.com/hannibal002/SkyHanni/pull/5472)
- Do /shachievements to see them all.
Improvements
- TPS counter will now climb back up to 20 more gradually when the server was completely unresponsive for over a second. - Luna (https://github.com/hannibal002/SkyHanni/pull/5467)
- When a Diana burrow guess fails, the error message will no longer mention sounds or ask you to turn off Hypixel music. - Luna (https://github.com/hannibal002/SkyHanni/pull/5470)
- We no longer rely on sounds at all for guesses.
- When a Diana burrow guess fails, we will now recommend
/particlequality extremeinstead of/particlequality high. - Luna (https://github.com/hannibal002/SkyHanni/pull/5470)- This is just to make sure we have the highest possible particle quality just in case.
Fixes
- Fixed
!tpsparty command not rounding TPS to 2 decimal points. - Luna (https://github.com/hannibal002/SkyHanni/pull/5467) - Fixed Dance Room Helper getting out of sync. - Luna (https://github.com/hannibal002/SkyHanni/pull/5433)
- It should now remain accurate even if the server is lagging.
- Fixed Discord Rich Presence not connecting. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5448)
- Fixed not switching to backup repo when files on disk are corrupt. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5446)
- Fixed rare error loading recipes from NEU. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5385)
Technical Details
- Added more case-detection for gradle failure in github workflows. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5371)
- Added SHDiscordIPC, and reworked DiscordRPCManager. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5448)
- Added verbose debug when File I/O errors are hit in repo management. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5446)
- Detekt will no longer run during local builds. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5449)
- Still runs automatically on CI for all PRs.
- Can be triggered locally with
./gradlew detektMain.
- Fixed
cleanMessagefield inPartyChatEvent.AllowandPartyChatEvent.Modifybeing the whole message rather than just the actual message portion. - Luna (https://github.com/hannibal002/SkyHanni/pull/5467) - Fixed Resettable not working on private classes. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5440)
- Fixed unnecessary debug logging in TpsCounter if player is in limbo or server is stalled for an extended period of time. - Luna (https://github.com/hannibal002/SkyHanni/pull/5465)
- Heavily reduced build times. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5449)
- Moved ErrorManager cleanup constants to repo. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4514)
- Moved sync-dependent data population to single safe block. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5385)
- Removed dependency on
kdiscordipc. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5448) - Removed superfluous synchronize blocks in NEU loading. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5385)
- Renamed
cleanedAuthorfield inPartyChatEvent.AllowandPartyChatEvent.ModifytoauthorName. - Luna (https://github.com/hannibal002/SkyHanni/pull/5467) - Split annotation processors by area. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5449)
- LoadedModules, PrimaryFunction, and VersionConstants.
- Updated Crash on Death to use PlayerDeathEvent. - Luna (https://github.com/hannibal002/SkyHanni/pull/5471)
- Updated github actions to Node24 versions. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5449)
- Prep for June 2026 deprecation of Node 20.
- Upgraded gradle from 9.3 to 9.4.1. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5449)
- New version fixed some caching issues.
SkyHanni Beta 7.11.0
New Features
- Added an option to prevent breaking crops on the Garden while holding a fishing rod. - Luna (https://github.com/hannibal002/SkyHanni/pull/5455)
- Added Avorius Helper for the Crimson Isle. - Destiny (https://github.com/hannibal002/SkyHanni/pull/5441)
- Added line to Tarantula Boss. - SillyGirlMarina (https://github.com/hannibal002/SkyHanni/pull/5392)
- Added Museum Category Highlighter. - nopo (https://github.com/hannibal002/SkyHanni/pull/5450)
- Highlights completed categories in green.
- Added option to reduce sensitivity while holding Squeaky Mousemat. - Nick-NCSU (https://github.com/hannibal002/SkyHanni/pull/5391)
Improvements
- Hoe Levels Display now warns you if your tool is not gaining XP because you're farming the wrong crop. - Luna (https://github.com/hannibal002/SkyHanni/pull/5415)
- Made warnings from Barn Fishing Timer clearer. - Luna (https://github.com/hannibal002/SkyHanni/pull/5453)
- Renamed feature Patcher Coords Waypoints to Coords Waypoints. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5424)
- Significantly improved accuracy of server TPS measurement. - Luna (https://github.com/hannibal002/SkyHanni/pull/5437)
Fixes
- Fixed error reading items in ItemPickupLog. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5444)
- Fixed error when using level color for player name in tab. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5445)
- Fixed Greenhouse Growth Stage alert sometimes sending multiple times. - Luna (https://github.com/hannibal002/SkyHanni/pull/5438)
- Fixed instance profit calculation. - Tommo (https://github.com/hannibal002/SkyHanni/pull/5452)
- Removed the dungeon key counting as profit.
- Removed empty items from display.
- Fixed occasional performance issues with Mob Detection. - Luna (https://github.com/hannibal002/SkyHanni/pull/5456)
Technical Details
- now fires at instead of . - Luna (https://github.com/hannibal002/SkyHanni/pull/5451)
- This avoids event handlers operating on stale data that is a tick behind.
- Added . - Luna (https://github.com/hannibal002/SkyHanni/pull/5437)
- Added . - Luna (https://github.com/hannibal002/SkyHanni/pull/5437)
- Useful for countdowns, because will round down, often leading to undesirable behavior where, for example, your 5-second countdown starts at 4 and shows 0 for a full second before finishing.
- Added and in place of. of previous hardcoded magic numbers. - Luna (https://github.com/hannibal002/SkyHanni/pull/5443)
- This also updates our outdated assumption of sneaking eye height being 1.54, which was true in Minecraft 1.8.9, but nowadays it is more like 1.27.
- Added . - Luna (https://github.com/hannibal002/SkyHanni/pull/5443)
- Added and fields to . - Luna (https://github.com/hannibal002/SkyHanni/pull/5437)
- Added ItemStack.asTextComponent. - nopo (https://github.com/hannibal002/SkyHanni/pull/5431)
- Changed ArmorStand entity copying to use EquipmentSlot. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5442)
- Fixed post being delayed by DelayedRun calls. - Luna (https://github.com/hannibal002/SkyHanni/pull/5451)
- Migrated all declared plugin + library versions to libs.version.toml. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5384)
- Removed FeatureTogglesByDefaultAdapter. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5377)
- Removed leftover files from patcher support. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5424)
- Removed unused . - Luna (https://github.com/hannibal002/SkyHanni/pull/5437)
- The precise definition of a year is context-dependent anyway, so it's better not to have this.
- Renamed to to more accurately represent its function. - Luna (https://github.com/hannibal002/SkyHanni/pull/5443)
- Unified separate gradle sub-projects to use dep resolution from libs.version.toml. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5384)
- Updated Stonecutter to version 0.9. - Luna (https://github.com/hannibal002/SkyHanni/pull/5463)
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)
SkyHanni Beta 7.9.0
New Features
- Added Supercrafting menu quantity preset overlay. - HyperKids (https://github.com/hannibal002/SkyHanni/pull/5296)
Improvements
- Renamed Farming Weight's EliteBot display name to Elite SkyBlock. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5409)
Fixes
- Fixed multiple different errors all related to island type detection, this time for real. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5408)
Technical Details
- Added error logging and showing of island detection issues. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5408)
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.
SkyHanni Beta 7.7.0
Fixes
- Fixed advertisement blocking in Custom Tab. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5366)
- Fixed holographs not appearing in Crafting Room Helper. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5327)
- Fixed Open Profile in SkyCrypt RPC buttons not working. - nopo (https://github.com/hannibal002/SkyHanni/pull/5369)
- Fixed sometimes getting an error in chat / disconnect when opening sacks. - Luna (https://github.com/hannibal002/SkyHanni/pull/5370)
- Improved Custom Scoreboard performance by caching rendered lines. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5368)
Technical Details
- Changed Crimson Isle Faction Quests to use the Graph Editor more. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5359)
- Cleaned up code around player location loading. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5333)
- Extracted some re-usable functionalities from . - Daveed (https://github.com/hannibal002/SkyHanni/pull/5274)
- Fixed detekt rule that flags skull textures in strings. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5352)
- Fixed the cursed existence that was . - Daveed (https://github.com/hannibal002/SkyHanni/pull/5327)
- Refactored and to have structured configs. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5274)
- Removed in favor of . - Luna (https://github.com/hannibal002/SkyHanni/pull/5367)
- Removed . - Luna (https://github.com/hannibal002/SkyHanni/pull/5363)
- Removed deprecated and classes. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5327)
- Removed mapping to legacy sound name from . - Luna (https://github.com/hannibal002/SkyHanni/pull/5363)
- Updated Graph Editor test Dijkstra logic. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5344)
SkyHanni Beta 7.6.0
Improvements
- Added a copy to clipboard for missing sack items. - ILike2WatchMemes (https://github.com/hannibal002/SkyHanni/pull/5351)
- Added the ability to block refusing Seymour's Special Armor visitor reward. - Luna (https://github.com/hannibal002/SkyHanni/pull/5311)
- This includes Velvet Top Hat, Cashmere Jacket, Satin Trousers, and Oxford Shoes.
- Made Diana Tracker show exact burrows per hour when above 1000. - nopo (https://github.com/hannibal002/SkyHanni/pull/5340)
Fixes
- Fixed Composter Overlay not reloading when repo does. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5350)
- Fixed Croesus Chest Overlay Profit. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5345)
- Fixed Croesus Highlight errors. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5345)
- Fixed Flare Display sometimes causing freezes. - nopo (https://github.com/hannibal002/SkyHanni/pull/5355)
- Should also improve performance with Flare Display a little bit.
- Fixed Kuudra Keys not counting Reputation Discount in Croesus/Instance Chest Profit. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5292)
- Fixed some features not working when changing from 1 island to the same island type. (e.g. Hub -> Hub) . - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5348)
- Fixed world rendering not working with Iris. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5354)
Technical Details
- Added and and migrated shutdown hooks to them as appropriate. - Luna (https://github.com/hannibal002/SkyHanni/pull/5330)
- Added . - Luna (https://github.com/hannibal002/SkyHanni/pull/5307)
- This uses the Minecraft API to register new entries to add to the debug screen (F3).
- SkyBlock Area and OreBlock Name have been migrated to this, and the config options have been removed, as whether to show them is now configured in F3+F6.
- Added CoroutineConfig for static definition of intent. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5339)
- Added new async clipboard copy that returns a success boolean. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5339)
- Added support for Components for Contributor suffixes. - nopo (https://github.com/hannibal002/SkyHanni/pull/5329)
- This means we can support custom images such as flags.
- Removed all direct usages of getTabList in tab data. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5329)
- Function now private.
- Removed all usages of TabListData, and replaced the class with the Component version. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5329)
- Replaced TablistFooterUpdateEvent and TabListUpdateEvent with Component versions. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5329)
- Split coroutine handling into new manager class. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5339)
- Support for node weight. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5325)
SkyHanni Beta 7.5.0
New Features
- Added Party Chat and Title Warning when an owned Sea Creature gets Cocooned. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5110)
- Added tracker, titles, and block highlighting for Dark Monoliths. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4062)
Improvements
- Added hiding of Bingo-related NPCs on the Hub island graph when not playing on a Bingo profile. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5316)
- Added option to show Sky Mall and Lottery HUD outside of mining/foraging islands. - HyperKids (https://github.com/hannibal002/SkyHanni/pull/5297)
- Improved visual quality of items in displays. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5318)
Fixes
- Fixed Croesus Highlight not working on chests made on a separate game instance. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5322)
- Fixed error in DNA Analyzer Solver. - hannibal2 + nopo (https://github.com/hannibal002/SkyHanni/pull/5337)
- Fixed error when first opening Composter with overlay enabled. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5320)
- Fixed high kill combo chat messages not getting filtered. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5336)
- Fixed issues loading some items from NEU repo. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4576)
- Fixed Kuudra Chests being incorrectly marked as fully opened when opening Croesus. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5322)
- Fixed the commands and showing no feedback in chat. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5321)
- Fixed Thunder Sparks triggering Custom Circles from the Fire Freeze feature. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5319)
- Fixed Visual Words not working in chat on 1.21.11. - bloxigus (https://github.com/hannibal002/SkyHanni/pull/5335)
Technical Details
- Added deferred render pipelines for two rectangular drawers. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5326)
- Added disabled nodes support to Graph Editor. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5324)
- Added mechanism for registering custom Vertex Formats. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5326)
- Added more classes related to the NEU repo. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4576)
- Recipes, improved .
- Added Reputation API. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5261)
- Added support for other RNG Meters in the Copy RNG Meter feature. - jani270 (https://github.com/hannibal002/SkyHanni/pull/5328)
- Changed a method in the feature to work in a Kotlin nullable way. - Taubsie (https://github.com/hannibal002/SkyHanni/pull/5308)
- Changed Iris programs to be driven by enums instead of free-text. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5326)
- Changed more NEU-compat methods to use instead of s. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4576)
- Made extend . - Daveed (https://github.com/hannibal002/SkyHanni/pull/4576)
- Re-enabled custom item rendering on modern Minecraft versions. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5318)
- Refined property collection for config iteration. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5264)
- Removed a deprecated method to get the item lore in . - Taubsie (https://github.com/hannibal002/SkyHanni/pull/5308)
SkyHanni Beta 7.4.0
New Features
- Added ability to show the radius given by Talbot's Theodolite. - Maxwell Zhao (https://github.com/hannibal002/SkyHanni/pull/5293)
- Added Year of the Witch Stew Helper. - nopo (https://github.com/hannibal002/SkyHanni/pull/5315)
Improvements
- Added Skytils waypoint format support for ordered waypoints import/export. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5219)
- Improved ordered waypoints. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5219)
- Skip forward when reaching a waypoint further down in the route.
- Option to enable/disable, disabled by default.
- Auto-enable the feature when it was disabled.
- Loading to show the waypoint count and detected format name.
Fixes
- Fixed to no longer show Carnival info while Carnival is not active. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5300)
- Fixed mis-scaled and improper items in displays. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5313)
- Fixed some Garden displays not rendering if you downgraded the mod. - nopo (https://github.com/hannibal002/SkyHanni/pull/5295)
Technical Details
- Accepted more location formattings for debug commands. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5305)
- Added functions for checking LOS to block faces. - Daveed (https://github.com/hannibal002/SkyHanni/pull/4234)
- Can specify one specific face (by /), or any face.
- Enable in , and .
- Added and used . - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5301)
- Added functions to draw directional rays/highlight block faces in . - Daveed (https://github.com/hannibal002/SkyHanni/pull/4234)



