Prevented the Specter from despawning on Peaceful.
Changed the healing algorithm to make it more evil.
This commit is contained in:
parent
aa31592ba7
commit
0fe442d804
2 changed files with 105 additions and 5 deletions
|
@ -154,6 +154,6 @@ public class EntityAIRetreatToHeal<T extends Entity> extends EntityAIBase
|
|||
|
||||
public void healEntity()
|
||||
{
|
||||
this.theEntity.absorbWillFromAuraToHeal(2);
|
||||
this.theEntity.performEmergencyHeal(2);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue