You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start by updating/installing your mineflayer by running npm i mineflayer@latest in your terminal / shell.
Commonly used methods that changed
Chests, Furnaces, Enchantment tables, and Villagers no longer have their own classes, all inventory types now extend window.Window.
Withdraw and Deposit functions are now part of window.Window, so they work with all containers, present and future. They can be awaited, but also support callbacks (for now).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Updating from v2 to v3
Start by updating/installing your mineflayer by running
npm i mineflayer@latest
in your terminal / shell.Commonly used methods that changed
window.Window
.window.Window
, so they work with all containers, present and future. They can be awaited, but also support callbacks (for now).New Additions
Event Listeners Changed
Fixes
Beta Was this translation helpful? Give feedback.
All reactions