Aerwhales can no longer travel at light speed.

This commit is contained in:
bconlon 2020-08-14 15:17:05 -07:00
parent 7d093e57c0
commit a3219c0382

View file

@ -133,8 +133,6 @@ public class AerwhaleAITravelCourse extends EntityAIBase {
this.aerwhale.motionZ = -this.aerwhale.motionZ;
this.motionYaw += 10F;
}
this.aerwhale.moveFlying((float) this.aerwhale.motionX, (float) this.aerwhale.motionY, (float) this.aerwhale.motionZ);
}
private int getCorrectCourse() {