Skip to content

v1.11.1

Choose a tag to compare

@theEvilReaper theEvilReaper released this 10 Aug 09:44
· 1040 commits to master since this release
1ca68c6

Changelog

Version 1.11.1 introduces an important fix to the inventory system and publishes the documentation.

📦 Inventory Fix

In version 1.11.0, the logic flow for processing clicks was overhauled. Due to the lack of tests, we introduced an issue where the basic InventoryLayout did not check whether a click was intended for that specific layout. As a result, any inventory using the static layout did not work correctly. This is now fixed.

📚 Documentation

The project contains in-code documentation to explain each class and its methods.
Unfortunately, the documentation was not being published. This has been corrected in this release.