kurrycat2004 / MpkMod

A Mod adding features for parkour to minecraft
24 stars 2 forks source link

Camera get reset during tp #73

Closed Kinshoop closed 3 years ago

Kinshoop commented 3 years ago

I'm using one macro for several jumps in a row, and when I'm tp to the next jump, my facing goes to 00.

https://user-images.githubusercontent.com/82682248/115087484-8682a700-9f0e-11eb-8649-757f1cf5c9e7.mp4

kurrycat2004 commented 3 years ago

do you specify yaw and pitch in the teleport command

Kinshoop commented 3 years ago

yes, when I use the command without macro it works

Kinshoop commented 3 years ago

I think this is because since version 3.0, the mpk prevents us from moving our camera during a macro

kurrycat2004 commented 3 years ago

you can disable that. do /mpk config and enable allowMouseMovement. if you are on mac os dont do that because it will crash your game but edit the setting in the file directly, which is located at .minecraft/config/mpkmod.cfg and do /mpk reloadconfig

Kinshoop commented 3 years ago

Oh ok thanks ! it works now, sorry for the inconvenience