Thoughts and concepts on Vanilla WASD control
Opened this issue ยท 1 comments
Well, I was thinking about it a bit and came to a few concepts. I'm not a coder or anything but I hope some of those are possible:
-
Put the player in a minecart entity over the mob's head, trace the minecart control and move the mob accordingly
-
The same with a boat.
The issue would be making those entities invisible, maybe they can be affected by an invisibility potion somehow? -
Put the player in a flight mode and trace his movement, then move the mob accordingly
and send a packet that says you're sitting to others
But there's a problem with the client's view and flying upwards.
I hope I gave you some ideas to work with and that they're not completely useless :)