Skip to content

Releases: stefvanschie/IF

V 0.7.1

14 Aug 15:43

Choose a tag to compare

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

V 0.7.0

10 Aug 18:31

Choose a tag to compare

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

V 0.6.2

03 Aug 15:50

Choose a tag to compare

+ Added copy methods to Gui, GuiItem and all panes

V 0.6.1

30 Jun 17:56

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

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

Choose a tag to compare

  • Additional safeguards for restoring cached inventories

V 0.5.18

11 Jan 17:34

Choose a tag to compare

  • Fix StaticPane#addItem not overriding existing locations (2b2339e)

V 0.5.17

01 Jan 12:48

Choose a tag to compare

  • Fix OutlinePane always repeating (f208d34)

V 0.5.16

30 Dec 19:40

Choose a tag to compare

V 0.5.15

19 Dec 10:55

Choose a tag to compare

  • Fix issue with onClose being called when a gui is being updated