Releases: stefvanschie/IF
Releases · stefvanschie/IF
V 0.8.1
- Add MergedGui interface
- Fix clicking on items not working for certain gui types
- Fix setting the title not updating the gui correctly
- Fix updating the gui causing it to close
V 0.8.0
- Add anvil, barrel, beacon, blast furnace, brewing stand, cartography table, crafting table, dispenser, dropper, enchanting table, ender chest, furnace, grindstone, hopper, shulker box, smithing table, smoker and stonecutter inventories
V 0.7.2
+ Add properties to gui items
V 0.7.1
+ Add GuiItem#setAction method
+ Add Pane#getUUID method
V 0.7.0
* The Gui#copy
now also copies the internal UUID
.
V 0.6.2
+ Added copy methods to Gui, GuiItem and all panes
V 0.6.1
- Fix item dragging not being handled
- Fix players picking up items going into their inventory when bottom inventory is in use
This version has been tested on Minecraft 1.16 and seems to work without changes. Of course if you do encounter issues, please report them.
V 0.6.0
* No longer display items that are outside a pane's boundary
* Switch to native NBT solution
* Make callbacks error safe
- Remove 1.12 and 1.13 support
This update has API breaking changes. A guide on how to update from prior versions can be found here.
V 0.5.19
- Additional safeguards for restoring cached inventories