cool tunnel feature and various fixes

This commit is contained in:
Leijurv
2019-04-12 17:42:50 -07:00
parent 65cd6a92d3
commit fcadf68c90
5 changed files with 92 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ public final class LookBehavior extends Behavior implements ILookBehavior {
float oldPitch = ctx.player().rotationPitch;
float desiredPitch = this.target.getPitch();
ctx.player().rotationPitch = desiredPitch;
if (desiredPitch == oldPitch && Baritone.settings().freeLook.value) {
if (desiredPitch == oldPitch && !Baritone.settings().freeLook.value) {
nudgeToLevel();
}
this.target = null;