diff --git a/src/main/java/electroblob/wizardry/entity/living/EntityIceGiant.java b/src/main/java/electroblob/wizardry/entity/living/EntityIceGiant.java index 688a06d0..bbdb398d 100644 --- a/src/main/java/electroblob/wizardry/entity/living/EntityIceGiant.java +++ b/src/main/java/electroblob/wizardry/entity/living/EntityIceGiant.java @@ -169,7 +169,7 @@ public class EntityIceGiant extends EntityIronGolem implements ISummonedCreature target.motionY += 0.2; target.motionX += this.getLookVec().x * 0.2; - target.motionZ += this.getLookVec().x * 0.2; + target.motionZ += this.getLookVec().z * 0.2; target.addPotionEffect(new PotionEffect(WizardryPotions.frost, 300, 0));