Fix particles
This commit is contained in:
parent
a1e1c06bcd
commit
7506b8fed8
1 changed files with 4 additions and 1 deletions
|
@ -166,8 +166,11 @@ public class RenderTickHandler implements ITickHandler
|
|||
fx = new EntitySmokeFX(world, x, y, z, velX, velY, velZ);
|
||||
}
|
||||
|
||||
fx.prevPosX = fx.posX = x;
|
||||
fx.prevPosY = fx.posY = y;
|
||||
fx.prevPosZ = fx.posZ = z;
|
||||
|
||||
mc.effectRenderer.addEffect(fx);
|
||||
fx.onUpdate();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue