Fixed up monoliths

This commit is contained in:
StevenRS11
2014-01-20 19:34:32 -05:00
parent ed92dc04dc
commit 6bf70aebdb
2 changed files with 42 additions and 208 deletions

View File

@@ -29,7 +29,7 @@ public class MobMonolith extends EntityFlying implements IMob
{
float soundTime = 0;
int aggro = 0;
public int aggro = 0;
byte textureState = 0;
float entityCollisionReduction = 100;
float scaleFactor = 0;
@@ -172,12 +172,6 @@ public class MobMonolith extends EntityFlying implements IMob
if (this.worldObj.provider instanceof PocketProvider||this.worldObj.getClosestPlayerToEntity(this, 5)!=null)
{
aggro++;
aggro++;
if (rand.nextBoolean())
{
aggro++;
}
}
if (aggro>430&&this.soundTime<100)