PrismarineJS / prismarine-physics

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

Fix climbing and water jump #29

Closed Suficio closed 3 years ago

Suficio commented 3 years ago

isCollidedHorizontally checks are redundant and do not behave correctly when occupying climbable or water blocks.

It is now possible to climb blocks and the out of water impulse is applied correctly. This is what is being described in PrismarineJS/prismarine-physics#28