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)
SkyHanni Beta 7.3.0
New Features
- Added Remaining Slayer Kills Display. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/4818)
- Shows the names and remaining number of mob kills needed until the boss spawns.
- Option to show mob level and health.
Improvements
- Improved multiple Sea Creature features with Per-Mob Toggles. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5251)
- Rare Sea Creature Highlight.
- Seen Rare Sea Creature Ding/Title.
- Self Notify Upon Seeing.
Fixes
- Fixed broken navigation in the Hub to the Carnival Shop, Hoppity Shop, and City Project. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5299)
- Fixed Chronomatron experiment table helper missing the first note. - HyperKids (https://github.com/hannibal002/SkyHanni/pull/5304)
- Fixed Colored Line for Zombie Shootout not working. - Luna (https://github.com/hannibal002/SkyHanni/pull/5303)
- Fixed Custom Keybinds for Garden not working when setting multiple mouse buttons. - Taubsie (https://github.com/hannibal002/SkyHanni/pull/5290)
- Fixed Double Click to Start option for Carnival not working. - Luna (https://github.com/hannibal002/SkyHanni/pull/5302)
- Fixed Fire Freeze Sphere incorrectly affecting Thunder Sparks. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5287)
- Fixed Pest Prediction Waypoint inaccuracy when used too rapidly. - HyperKids (https://github.com/hannibal002/SkyHanni/pull/5310)
- Fixed rabbits bought from Hoppity via Abiphone not compacting/tracking. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5309)
- Fixed Share to Party/Self Title triggering on all mobs under certain conditions. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5251)
- Fixed some Sea Creature features not working before opening . - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5306)
- Fixed Super Crafting Anti Waste not working for recipes that craft multiple items. - Hype_the_Time (https://github.com/hannibal002/SkyHanni/pull/5174)
- Also covers coin waste for multi-craft recipes like 16x bait.
- Fixed Tarantula Broodfather invincible detection not working for tiers 3 and 4. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/4818)
- Fixed Tiki Mask being added to the Fishing Profit Tracker every time it was taken off the head. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5294)
Technical Details
- Added : copies the nearest network to the clipboard. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5231)
- Added : lists all networks with clickable navigation. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5231)
- Added : imports a graph from the clipboard and merges it into the current graph without overwriting. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5231)
- Added and to . - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/4818)
- Added utility method. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5294)
- Added to . - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/4818)
- Changed area detection to be powered by an event. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/4818)
- Fixed Custom Scoreboard using old repo data after a reload. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5298)
- Graph Editor: Added support for disconnected subgraphs with distinct colors. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5231)
- Graph Editor: Automatically bridged disconnected networks for pathfinding. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5231)
- Improved Contributor Manager to use UUIDs instead of plain names. - Marie (https://github.com/hannibal002/SkyHanni/pull/5248)
- Included armor slots in item tracking. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/5294)
SkyHanni Beta 7.2.0
New Features
- Added Automated Mineshaft Loading for SHOrdered Waypoints. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5270)
Fixes
- Fixed key presses being sent when swapping off farming tools with Custom Garden Keybinds. - HyperKids (https://github.com/hannibal002/SkyHanni/pull/5289)
- Fixed Motes Per Session. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5270)
- Fixed some item rendering causing extreme performance issues. - Vixid (https://github.com/hannibal002/SkyHanni/pull/5291)
Technical Details
- Stopped Changing SkyblockIsland to NONE because it invalidated event.oldisland in Island Change Event. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/5270)



