Run code formatter
🦀 Way is gone 🦀
This commit is contained in:
parent
7c1565a68c
commit
53b6030ba9
77 changed files with 1289 additions and 2232 deletions
|
@ -385,9 +385,9 @@ public class EntitySentientSpecter extends EntityDemonBase {
|
|||
@Override
|
||||
public boolean shouldAttackEntity(EntityLivingBase attacker, EntityLivingBase owner) {
|
||||
if (!(attacker instanceof EntityCreeper) && !(attacker instanceof EntityGhast)) {
|
||||
return super.shouldAttackEntity(attacker, owner);
|
||||
}
|
||||
return false;
|
||||
return super.shouldAttackEntity(attacker, owner);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue