PrismarineJS / prismarine-physics

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

Improve playerstate situation #23

Open rom1504 opened 4 years ago

rom1504 commented 4 years ago
  1. [x] Define cleanly what player state object should contain (in the readme)
  2. [ ] Add a function that check that the object fit this spec, call it in the simulate function (with an option not to call it for case where it could affect speed like pathfinder)
  3. [ ] Move translation from mineflayer to prismarine-physics in mineflayer, to avoid having mineflayer specific code here