Skip to content

Releases: stefvanschie/IF

V 0.8.1

01 Dec 19:13
Compare
Choose a tag to compare
  • 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

17 Nov 19:17
1e17971
Compare
Choose a tag to compare
  • 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

18 Aug 18:51
Compare
Choose a tag to compare

+ Add properties to gui items

V 0.7.1

14 Aug 15:43
Compare
Choose a tag to compare

+ Add GuiItem#setAction method
+ Add Pane#getUUID method

V 0.7.0

10 Aug 18:31
Compare
Choose a tag to compare

* The Gui#copy now also copies the internal UUID.

V 0.6.2

03 Aug 15:50
Compare
Choose a tag to compare

+ Added copy methods to Gui, GuiItem and all panes

V 0.6.1

30 Jun 17:56
Compare
Choose a tag to compare
  • 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

02 Jun 18:23
Compare
Choose a tag to compare

* 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

15 Mar 20:00
Compare
Choose a tag to compare
  • Additional safeguards for restoring cached inventories

V 0.5.18

11 Jan 17:34
Compare
Choose a tag to compare
  • Fix StaticPane#addItem not overriding existing locations (2b2339e)