Releases: firejoust/mineflayer-GUI
Releases · firejoust/mineflayer-GUI
Error logging, and changes to Hotbar
- Added error logging when
Query.run()returnsfalse - Removed
MovefromHotbarclass- It was using window methods, which I think is out of place for the
Hotbarclass and you can achieve the same by usingInventoryinstead. - Possible alternative: Use the offhand to move items
- It was using window methods, which I think is out of place for the
Major API Changes
v4.0.1-stable Major Update
v3.0.2 Stable
- Added
packetoption as a workaround to the server not acknowledging window transactions in some cases, causing a promise to never resolve.
(This was supposedly resolved in the previous release, but changes were reverted due to a memory leak)
v3.0.1 Stable
- Don't bother waiting for server to acknowledge click. Fixes GUI queries never resolving in some cases
v3.0.0 Stable
Significant API changes, update accordingly if your package depends on v2.1.3 or lower
v2.1.3 Stable
Fix typo
v2.1.2 "Stable"
v2.1.2-stable 2.1.2
v2.1.1 Stable
Added two new options:
- delay: how long to wait before opening the next window
- close: if the current active window should be closed beforehand
- improved logic
Full Changelog: v2.1.0-stable...v2.1.1-stable
v2.1.0 Stable
Full Changelog: v2.0.1-stable...v2.1.0-stable