* use prismarine-recipe and prismarine-windows * use require-self to be able to do require('mineflayer') in the examples * fix viewDistance sending
1.5.1
* add checkTimeoutInterval to createBot
1.5.0
* fix achievements parsing in toString() * update to nmp 0.16 * use prismarine-item * add example to run multiple bots * uuid is now a dashed string * remove digging interruption : this doesn't happen in 1.8 servers (and caused problem in some spigot servers)
1.4.0
* improve placeBlock : now use lookAt before placing and has a callback * fix soulsand speed * use new multi-version version of (node-)minecraft-data
1.3.0
* swing arm on placing a block, look at center of block when activating a block (thanks gipsy-king) * refactor examples (thanks Pietro210) * add clickWindow support to ContainerWindow (thanks Gnomesley) * fix skylight in the nether * update node-mojangson to display unparsed text in case of error
1.2.1
* Prevent crash when an unknown entity is spawned * add createBot to api.md