Fire minion improvement.

This commit is contained in:
bconlon 2020-07-19 14:15:46 -07:00
parent ae4025a6f0
commit 191352e69f

View file

@ -20,7 +20,7 @@ public class EntityFireMinion extends EntityAetherMob {
this.tasks.addTask(2, new EntityAIWander(this, 1.0D));
this.tasks.addTask(4, new EntityAIAttackOnCollide(this, 1.5D, true));
this.tasks.addTask(5, new EntityAIMoveTowardsRestriction(this, 1.0D));
this.targetTasks.addTask(2, new EntityAINearestAttackableTarget(this, EntityPlayer.class, 0, true));
this.targetTasks.addTask(0, new EntityAINearestAttackableTarget(this, EntityPlayer.class, 0, true));
}
@Override