Additions
- Multiversion Support
- Support is currently provided for 1.21.1 and 1.21.3. Support will be extended to new versions as they release and will be dropped for old versions whenever they become an excessive burden to maintain
- Quiver HUD
- Armor Stack HUD
- Added a system for Config Transformations and Migrations
- This will be used whenever an update would otherwise break config, and is used in this update to prevent an issue with bar rendering that would otherwise crop up on 1.21.3
Changes/Fixes
- Fixed the Action Bar Transformer breaking when you have armor stacks
- LOTS of inte
Additions
- Multiversion Support
- Support is currently provided for 1.21.1 and 1.21.3. Support will be extended to new versions as they release and will be dropped for old versions whenever they become an excessive burden to maintain
- Quiver HUD
- Armor Stack HUD
- Added a system for Config Transformations and Migrations
- This will be used whenever an update would otherwise break config, and is used in this update to prevent an issue with bar rendering that would otherwise crop up on 1.21.3
Changes/Fixes
- Fixed the Action Bar Transformer breaking when you have armor stacks
- LOTS of internal changes
Additions
- Party command debug mode
- Activte with
/sbt debug partycommands
- Logs a bunch of stuff related to the mod's logic during party command parsing, is usful for debugging them.
- Activte with
Changes/Fixes
- Skill HUD now correctly parses messages with commas in them
- Skill HUD no longer thinks Skyblock XP messages are skill messages
- Skill HUD no longer spams logs when it can't find an icon
- Fixed an issue where the Skill Bar would sometimes not render in the hud screen
- Major internal config changes
Additions
- Skill Progress HUD
- You can customize how the numbers are displayed or display percents
- Option to show actions left until next level
- At higher levels, the mod needs to know what your skill levels are. You can let the mod get this information by opening the /skills menu.
- Skill Progress Bar
- Ticker/Charges HUD
- Displays charges on zombie swords and tickers on scorpion file
- Inspired by SBA
- Brewing Stand Overlay
- Shows helpful information about the contents of brewing stands
- Inspired by SkyHanni
- Menu Highlights for /sblevels
- Added !warp to party commands
- Boop Invites
- Shows a prompt to invite someone to your party if they /boop you
- Chat Protections
- /coopadd protection - requires you to confirm adding someone to your coop
- IP protection - requires confirmation before sending a message with an IP in it, since Hypixel has been known to auto mute/ban.
Changes
- Moved party features to a new
Chat
config tab and added other stuff there - Lots of internal changes
Additions
- Added menu highlights to the
/widgets
menu and its submenus - Added HUD anchor point system
- This allows you to decide where an individual HUD should "anchor" itself
- HUDs will anchor to the left by default, meaning that their left edge will always be at a fixed point and they will expand rightward
- You can change this to anchor in the center, so the HUD expands in both directions, or to anchor on the right, so the HUD expands to the left
- You can edit anchor points by control clicking on a HUD in the repositioning menu
- Added
/sbt calc
subcommands/sbt calc garden
- Calculates garden XP/sbt calc crop
- Calculates crops need for milestone/sbt calc powder
- Calculates powder needed to upgrade a HOTM perk
- Added Coordinates HUD
- Added FPS HUD
- Added Real Time HUD
- The above three HUDS can also be displayed outside Skyblock
Changes/Fixes
- Improved HUD dragging by adding offset calculations
- Misc internal refactors
- Removed some unused assets
Additions
/sbt calc
command- Allows you to calculate the amount of xp you need to level something up
- Currently supports skills, pets, slayers, dungeons, and hotm, with powder coming soon.
- Party Commands
- Party commands allow for collaborative control of a party, and are especially useful in shaft mining.
- The two current commands are
!ptme
and!allinvite
!ptme
transfers the party to the user!allinvite
allows any user to invite another to the party
- These can be disabled in settings, and you can block certain users from using them as well
- HOTM Menu Highlights
- Highlight perks in the HOTM menu based on their enabled/disabled status
- Added the Hypixel Mod API
- Using AzureAaron's Mod API Implementation, the mod can now access information about the player and their location with great precision and accuracy
- This is currently only used for Party Commands, but it will enable many more cool features coming soon
Changes/Fixes
- Added a bunch of internal utils that make development easier
- The
Hub Selector Highlights
category is nowMenu Highlights
and contains HOTM highlights as well - Internal code cleanup
Additions
- Hub Selector Colors
- Highlights hubs in the Hub Selector based on their capacity.
- Outline draw mode for HUDS
- Draws a full outline around HUDS. This rendering may cause issues within menus. It did for me in a dev env but not in my main instance with optimization mods. Proceed with some caution
Changes/Fixes
- With the addition of outline mode, drawing with/without shadow is no longer a seperate option and is now a possible draw mode in the relevant mode option.
- Existing shadow settings only are not migrated over. Every other option is not affected, but if you had shadow off, you will need to disable it again.
- Fixed a bug in the Action Bar Transformer and added better error handling
- Major internal rework of HUDS including support for icons and multiline HUDS, stay tuned for the fruits of this in future updates
- Some other code cleanup
Additions
- Update notifications
- These will be sent in chat when a new version is detected. You can chose which release streams to be notified about or fully disable this.
- Drill Fuel Bar
- Drill Fuel Text HUD
- Option to hide the Overflow Mana HUD when you have no overflow mana
Fixes/Changes
- Cleaned up Action Bar Mixin - Microcontrollers
- Fixed HUDS showing up when f1 was toggled