Skip to content

1.1.0

Compare
Choose a tag to compare
@sisby-folk sisby-folk released this 14 Dec 02:47
· 60 commits to 1.20 since this release

Small Tab and Provider API Breakages! Addons will need an update.

Changes:

  • Refactor: TabProvider Preclusions are now reused for their respective tabs - this removes the need for a custom shulker box tab.
  • Refactor: Block tabs now have generic support for multiblocks - uses a list of BlockPos with a stable order provided by the subclass.
  • Mouse cursor keeping is now completely seamless - the cursor position simply isn't reset at all instead of saved/restored.
  • Tabs now better visually indicate when they're open (most noticeable with high ping)
  • Cursor stack restoration is now seamless - no flickering, not broken by low refresh rates or high ping.
    • We ended up needing to do a lot of lag sim and packet inspection to sort this one out - big shoutout to clumsy and gadget.
    • Enjoy the below gif!

Shulker Box Sympony

Full Changelog: v1.0.5...v1.1.0