PrismarineJS / mineflayer

Create Minecraft bots with a powerful, stable, and high level JavaScript API.
https://prismarinejs.github.io/mineflayer/
MIT License
4.96k stars 904 forks source link

mineflayer.vec3 is still in the api doc #471

Closed plexigras closed 7 years ago

plexigras commented 7 years ago

mineflayer.vec3 got removed here which breaks some plugins and is still in the api doc

rom1504 commented 7 years ago

Yes I removed it. The doc still mention that the class exists in vec3 yes. But it's not in mineflayer.vec3 as it used to be.

What plugins does it break ? I fixed mineflayer-navigate and blockfinder already.

This is an intended change as part of removing some other classes that are now independent modules (see https://github.com/PrismarineJS/mineflayer/blob/master/doc/history.md#200 and corresponding commits)

This is why the new version is mineflayer 2.0.0 and not 1.x

plexigras commented 7 years ago

oh wait its not. ouuups.