InvUI v2.0.0-beta.3
Pre-release
Pre-release
Changes & Additions
invui
- Added
StonecutterWindow.Builder#setSelectedSlot(int)
invui-kotlin
- Added
itemProvider { }DSL IngredientsDslnow also acceptsSupplier<Item>andSupplier<SlotElement>WindowDsl#serverWindowStateis now aMutableProviderDslPropertyinstead of aProviderDslProperty- Removed specialized provider dsl properties like
ItemProviderDslProperty, replaced with extension functions overloadingby
Fixes
- Fixed an issue where the
StonecutterWindowwould show the actual recipes of the item in the input slot - Fixed an issue where slot 100 of the
StonecutterWindowwould not be displayed - Fixed an issue where the buttons GUI of the
StonecutterWindowwould load in delayed - Fixed an issue where the selected button would be deselected client-side when clicking on the input or output item of a
StonecutterWindow's inventory - Fixed an issue where the buttons of a
StonecutterWindowwould be unnecessarily resent when the input item was updated, causing the scroll bar to reset. (Note that the scroll bar still resets when the player interacts with the input/output slots, which is not fixable.)