Skip to content

Releases: NichtStudioCode/InvUI

InvUI v1.10

08 Jun 11:01
Compare
Choose a tag to compare
  • Support for Minecraft 1.20

InvUI v1.9

01 Jun 10:21
Compare
Choose a tag to compare
  • Fixed #36 - java.lang.IndexOutOfBoundsException on TabGuiImpl#isTabAvailable

InvUI v1.8

22 May 19:37
Compare
Choose a tag to compare
  • Fixed an issue where the toast for already achieved advancements would be shown again after closing player-inventory-affecting windows on spigot-mapped servers

InvUI v1.7

08 May 16:19
Compare
Choose a tag to compare
  • Added a SimpleItem constructors that accept ItemStack
  • Fixed an issue where the CartographyWindow would not display the map

InvUI v1.6

06 May 14:54
Compare
Choose a tag to compare
  • Fixed an issue where the ScrollGui line and PageGui page could be out of bounds after updating the Gui's contents

InvUI v1.5

25 Apr 11:11
Compare
Choose a tag to compare
  • Window- and Gui- Builders now accept modifier Consumers with the generic Gui / Window type instead of just Gui and Window
  • Fixed an issue where the skull builder would generate an incomplete SkullMeta, leading to NullPointerExceptions

InvUI v1.4

16 Apr 16:18
Compare
Choose a tag to compare
  • Fixed an issue where double windows would not restore the player inventory during server stop / reload.
  • Fixed #31

InvUI v1.3

15 Apr 16:27
Compare
Choose a tag to compare
  • Added missing @NotNull and @Nullable annotations to ItemUpdateEvent
  • Fixed an issue where Inventory#setItem would always use slot 0 for empty ItemStacks
  • Fixed an issue where air ItemStacks would be passed to the ItemPostUpdateEvent when shift-clicking items out of a gui-embedded inventory
  • Split the invui module in invui and invui-core. This now makes it possible to directly depend on invui-core, which does not include all inventory-access revisions.

InvUI 1.2

13 Apr 21:20
Compare
Choose a tag to compare
  • Added a copy constructor for VirtualInventory

InvUI v1.1

13 Apr 11:21
Compare
Choose a tag to compare
  • Added ComponentLocalizer#setComponentCreator