fixed chest crash and mobelisk spawns

This commit is contained in:
StevenRS11
2013-06-14 04:58:48 -04:00
parent 69cfc1369c
commit 5f5569e9b9
3 changed files with 5 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ public class MobObelisk extends EntityFlying implements IMob
jumpHeight = this.posY+rand.nextInt(25);
if(this.worldObj.provider instanceof pocketProvider)
{
jumpHeight = jumpHeight- rand.nextInt(10);
jumpHeight = this.posY+rand.nextInt(10);
}
sanity++;
}