stackotter / delta-client

An open source Minecraft Java Edition client built for speed.
https://deltaclient.app
GNU General Public License v3.0
313 stars 33 forks source link

Implement walking up stairs, snow layers and more, without jumping #159

Closed stackotter closed 1 year ago

stackotter commented 1 year ago

At the moment you have to jump every time you want to go up a step, snow layer, or even a carpet. This is because the physics system implements no auto jump whatsoever. This feature request will likely include implementing auto jump as well because it's basically a pretty similar mechanism iirc. If you want to try implementing this let me know and I can give you some guidance on how to go about it.

stackotter commented 1 year ago

Whoops, duplicate