diff --git a/src/main/java/WayofTime/alchemicalWizardry/common/entity/mob/EntityBoulderFist.java b/src/main/java/WayofTime/alchemicalWizardry/common/entity/mob/EntityBoulderFist.java index 1da509335..fd8097105 100644 --- a/src/main/java/WayofTime/alchemicalWizardry/common/entity/mob/EntityBoulderFist.java +++ b/src/main/java/WayofTime/alchemicalWizardry/common/entity/mob/EntityBoulderFist.java @@ -82,7 +82,6 @@ protected void updateAITick() { protected void entityInit() { super.entityInit(); this.dataWatcher.addObject(18, this.getHealth()); - this.setCombatTask(); } protected void playStepSound(int par1, int par2, int par3, int par4) { diff --git a/src/main/java/WayofTime/alchemicalWizardry/common/entity/mob/EntitySmallEarthGolem.java b/src/main/java/WayofTime/alchemicalWizardry/common/entity/mob/EntitySmallEarthGolem.java index df40a840e..67d7e05f3 100644 --- a/src/main/java/WayofTime/alchemicalWizardry/common/entity/mob/EntitySmallEarthGolem.java +++ b/src/main/java/WayofTime/alchemicalWizardry/common/entity/mob/EntitySmallEarthGolem.java @@ -82,7 +82,6 @@ protected void updateAITick() { protected void entityInit() { super.entityInit(); this.dataWatcher.addObject(18, this.getHealth()); - this.setCombatTask(); } protected void playStepSound(int par1, int par2, int par3, int par4) { diff --git a/src/main/java/WayofTime/alchemicalWizardry/common/entity/mob/EntityWingedFireDemon.java b/src/main/java/WayofTime/alchemicalWizardry/common/entity/mob/EntityWingedFireDemon.java index c9fa6bd27..0415bcd67 100644 --- a/src/main/java/WayofTime/alchemicalWizardry/common/entity/mob/EntityWingedFireDemon.java +++ b/src/main/java/WayofTime/alchemicalWizardry/common/entity/mob/EntityWingedFireDemon.java @@ -84,7 +84,6 @@ protected void updateAITick() { protected void entityInit() { super.entityInit(); this.dataWatcher.addObject(18, this.getHealth()); - this.setCombatTask(); } protected void playStepSound(int par1, int par2, int par3, int par4) {