fixed save breaker

This commit is contained in:
StevenRS11
2013-06-11 13:21:39 -04:00
parent 43ead374cc
commit 68d2bde10a
6 changed files with 90 additions and 90 deletions

View File

@@ -41,9 +41,9 @@ public class MobObelisk extends EntityFlying implements IMob
super(par1World);
this.texture="/mods/DimDoors/textures/mobs/Monolith0.png";
this.setSize(2F, 8.0F);
this.setSize(3F, 9.0F);
this.noClip=true;
this.scaleFactor= (float) (rand.nextDouble()+1);
this.scaleFactor= (float) ((rand.nextDouble()/2)+1);
this.aggroMax=rand.nextInt(245)+200;