Fix ice wraith not attacking

This commit is contained in:
Electroblob
2018-04-07 22:49:44 +01:00
parent e01b5c728c
commit b96526b284
@@ -159,7 +159,7 @@ public class EntityIceWraith extends EntityBlazeMinion {
this.moveStrafing *= 0.98F;
this.moveForward *= 0.98F;
this.randomYawVelocity *= 0.9F;
this.moveRelative(moveStrafing, 0f, moveForward, 0f);
this.travel(this.moveStrafing, this.moveVertical, this.moveForward);
this.world.profiler.endSection();
this.world.profiler.startSection("push");
this.collideWithNearbyEntities();