Skip to content

InvUI v2.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@NichtStudioCode NichtStudioCode released this 12 Jan 14:13

InvUI v2.0.0 is now in beta

InvUI v2 is now in beta. The full release is planned alongside Minecraft v26.1.
InvUI v2 is now feature-complete. There are no further breaking changes planned (excluding things marked as experimental, of course) and will be avoided unless there's no other way to fix a bug found during the beta phase.

If you have feedback regarding bukkit events (introduced in 2.0.0-alpha.24), please send it on Discord or GitHub Discussions. Otherwise, this will stay on by default.

Changes

  • InventorySlotElement now stores its background in a Property<@Nullable ItemProvider>
    • invui-kotlin: added reactive API for inventory backgrounds
  • Fixed server window state changes influencing the internal tick counter of the window
  • Fixed Inventory#setItemAmount's return value ignoring max stack size if update reason is suppressed or no event handlers registered on the inventory