Skip to content

InvUI v1.3

Choose a tag to compare

@NichtStudioCode NichtStudioCode released this 15 Apr 16:27
· 171 commits to main since this release
  • 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.