PrismarineJS / prismarine-physics

Provide the physics engine for minecraft entities
MIT License
35 stars 39 forks source link

Bunch of questions - is this repo abandoned ? #114

Open fulcanelly opened 5 months ago

fulcanelly commented 5 months ago

Seems to be outdated

  1. No typescript support, it it planned ?

  2. Is this repo abandoned ? latest commits date 4 months ago

  3. Is it vanilla ? is this physics same as vanilla ?

  4. For which version of mineflayer it intended ? tried it on lates - got bunch of errors, for exampel pos used instead of position, vel instead of velocity and so on

extremeheat commented 5 months ago

This repo is primarily designed to be used internally by mineflayer. You are not supposed to use it on its own unless you're implementing a custom client, creating a server or other special simulation task. If you have an issue with mineflayer you should open it in the mineflayer repo unless you are sure it's related to prismarine-physics.