* add null check in bot.dig (rom1504) * Fix deprecation warning for block in sight (Karang)
2.39.0
* Add number support to bot.chat (BlueBurgersTDD) * Fixed && Improved blockFind function with useExtraInfo = true (magicaltoast) * Added option to allow the bot to keep it's head in place when mining. (TheDudeFromCI)
2.38.0
* Add bot.game.serverBrand property (Karang) * set extraInfos to false in blockIsNotEmpty (mat-1) * make the ChatMessage.toAnsi:lang argument optional (Antonio32A) * Fixed message types (TheDudeFromCI) * by default hideErrors is now true (rom1504)
2.37.1
* Optimize lookAt promise behavior (ph0t0shop)
2.37.0
* Promisify villager & Trader (thanks ph0t0shop) * protect against action id going over 32767 (rom1504) * fix incorrect handling of username definition (rom1504)
2.36.0
* all async method now both return promises and take a callback (thanks ph0t0shop for this great improvement)