Releases: NichtStudioCode/InvUI
Releases · NichtStudioCode/InvUI
InvUI v1.40
- Fixed dupe with gui-embedded inventories
InvUI v1.39
- 1.21.2 Support
- Fixed NoSuchMethodError when trying to open anvil window on 1.21.1
InvUI v1.38
- Fixed #91 - [1.21.1] Unable to use SkullBuilder
InvUI v1.37
- Fixed inventory background items being cloneable with middle-click
- Fixed
Inventory
usingorg.bukkit.Consumer
instead ofjava.util.function.Consumer
- Fixed some nullability annotations
InvUI v1.36
- Fixed anvil windows not working on 1.21
inventory-access-r20
is now used for both 1.21 and 1.21.1,inventory-access-r21
was removed
InvUI v1.35
- 1.21.1 Support
InvUI v1.34
- Fixed an issue where AbstractGui#getAllInventories would sometimes be missing inventories, breaking shift-click actions.
InvUI v1.33
- Fixed
IncompatibleClassChangeError
on item drag on 1.21
InvUI v1.32
- 1.21 Support
InvUI v1.31
- Double windows no longer update the entire inventory for each item if the server version is >1.16.5. (See #70)
VirtualInventory
now throwsIllegalArgumentException
if constructed with air item stacks- Performance optimizations for
Inventory#add