removed movement for the moment
This commit is contained in:
parent
1233e2a040
commit
a737fb8dd3
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ public class MobObelisk extends EntityFlying implements IMob
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
this.moveEntity(this.posX=this.posX+(posX-destX)/200, this.posY=this.posY+(posY+destY)/200, this.posZ=this.posZ+(posZ+destZ)/200);
|
// this.moveEntity(this.posX=this.posX+(posX-destX)/200, this.posY=this.posY+(posY+destY)/200, this.posZ=this.posZ+(posZ+destZ)/200);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue