Updated to 1.21.9 and 1.21.10!
No user-facing changes.
Updated to MC 1.21.6!
Also included a backported bugfix, bumping us to v1.2.3
- Manually setting over 200% was still being internally clamped
Backported a bugfix, where manually setting volumes over 200% was still being internally clamped.
v1.2.2 - Backports!
- Updated to support 1.21.5, and backported to support all versions from 1.20+
- Subtitles are now saved as on/off
- Settings can now be set beyond scrollbar bounds by directly modifying the configs. Displays a red number if beyond the scrollbar range
Update v1.2.2!
- Support for 1.21.5 pre-releases
- Subtitles are now saved as on/off (#20)
- Settings can now be set beyond scrollbar bounds by directly modifying the configs (#19)
- Displays a red number if beyond the scrollbar range
Bug fixes! It is recommended that you update if you want to avoid lag spikes.
Shoutout to MoneyManCorp in discord for doing testing for me, so we could get this out quickly.
Bugfixes and Technical Changes
- Bugfix: Subtitles button was previously broken (incorrect behaviour). Has now been fixed.
- Bugfix: Subtitles are no longer on by default
- Bugfix: Rewritten subtitles to avoid encountering lag spikes
- Storing sounds in HashMap instead of TreeMap. Extracting volumes is now O(n) instead of O(logn), at the expense of requiring sorting when displaying in the configs screen
- Using WrapOperation mixins for better compatibility with other mods
v1.2.0 - 1.21.4
Updated to 1.21.4! This version brings a few new important features and bugfixes.
Features
- Sliders now go to 200%. You can increase sound volumes! (Resolves #17)
- Added reset buttons, so you don't need to manually set sliders back to 100%
- Trigger buttons (play sound, reset volume) can now be cancelled by releasing your mouse click outside the button area
Bug fixes
- Fixed the UI on buttons, so it renders properly when pressing or releasing
- The search bar and filter are reset when the page is closed
Updated mappings for latest MC code. No user-facing changes.
Updated to 1.21!
Other than that, no changes to be seen.
Updated for 1.20.1 pre-release 4!
No new features in this update, just keeping compatibility with the latest Minecraft version.
Technical changes
- Changes to the RawSubtitlesHud after SoundEntries were made private
- Using the new
Identifier.ofmethods
