Skip to content

7.0.0 RC 1 for 1.19.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@Juuxel Juuxel released this 10 Apr 16:10
· 106 commits to master since this release

Repository version: 7.0.0-rc.1+1.19.4

Added

  • ItemSyncedGuiDescription, a specialised SyncedGuiDescription for creating GUIs for item stacks contained in inventories

Changed

  • Opening a LibGui screen inside an item usage method (Item.use/useOnBlock/useOnEntity) in a dev environment will now immediately crash. Setting screens inside those methods is unsafe with respect to threading and side-only code. This check can be disabled by setting the system property libgui.allowItemUse to true.