Fixes:
- Render all tabs in the foreground / compress tab rendering to a single method (fixes #30)
- Improve null-safety for TabManager methods (fixes #32)
Changelog: https://github.com/sisby-folk/inventory-tabs/releases/tag/v1.1.8
Changes:
- Added a keybind (default
[
) to hide/show tabs (#28) - thanks Garden System!
Changelog: https://github.com/sisby-folk/inventory-tabs/releases/tag/v1.1.7
Changes:
- Allow tab bounds to be tweaked in the config, fixing issues with e.g. LevelZ (#2) - thanks Garden System!
Fixes:
- Fix a crash that occurred when a screen reported zero possible tab positions (or had zero background width)
Changelog: https://github.com/sisby-folk/inventory-tabs/releases/tag/v1.1.6
Changes:
- Fix multiblock tab not being active if wrong half is opened by @ellie-semele in #21
- Fix IDs with
.
in their path breaking config - as fixed upstream in quilt config (#25)
Changelog: https://github.com/sisby-folk/inventory-tabs/releases/tag/v1.1.5
Fix mod loading not loading on connector
Changelog: https://github.com/sisby-folk/inventory-tabs/releases/tag/v1.1.4
Changes:
- Make the cooldown for opening tabs while holding the tab key configurable
- Allow containers to open their tab on inventory revisions greater than 1 provided that it's the first update.
- This fixes issues with mods like visual workbench that raise the revision repeatedly during screen construction. It's consistent in vanilla, but it's worth accounting for oddities.
- Slice the creative tab texture instead of using a custom one for free respack support.
- Note that this means that custom texturing for inventory tabs specifically is no longer possible.
Changelog: https://github.com/sisby-folk/inventory-tabs/releases/tag/v1.1.3
Changes:
- API: Compile against FAPI instead of QFAPI and fix access for a few constructors.
- Improve the commenting in the config toml - should be much more clear how to set things out now.
- Changed the format of the screen overrides config (yes, yes - in a hotfix - sorry! we're trying to be quick about it.)
Changelog: https://github.com/sisby-folk/inventory-tabs/releases/tag/v1.1.1
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.
Changelog: https://github.com/sisby-folk/inventory-tabs/releases/tag/v1.1.0