You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.