fix the robot smoke particle causing fps drops in certain cases
This commit is contained in:
parent
ed9a093576
commit
b705d6242d
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ public class EntityRobotEnergyFX extends EntityFX {
|
|||
|
||||
if (this.posY == this.prevPosY) {
|
||||
this.motionX *= 1.1D;
|
||||
this.motionY *= 1.1D;
|
||||
this.motionY = 0.001D;
|
||||
this.motionZ *= 1.1D;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue