mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Remove laser particle todo
This commit is contained in:
parent
7ad55e116b
commit
b0491d0a3d
1 changed files with 0 additions and 3 deletions
|
@ -76,9 +76,6 @@ public final class PacketHandler {
|
||||||
double outY = compound.getDouble("OutY") + 0.525;
|
double outY = compound.getDouble("OutY") + 0.525;
|
||||||
double outZ = compound.getDouble("OutZ") + 0.5;
|
double outZ = compound.getDouble("OutZ") + 0.5;
|
||||||
|
|
||||||
// Particle fx = new ParticleLaserItem(mc.level, outX, outY, outZ, stack, 0.025, inX, inY, inZ);
|
|
||||||
//mc.effectRenderer.addEffect(fx); //TODO
|
|
||||||
|
|
||||||
mc.level.addParticle(ParticleLaserItem.Factory.createData(stack, inX, inY, inZ),
|
mc.level.addParticle(ParticleLaserItem.Factory.createData(stack, inX, inY, inZ),
|
||||||
outX, outY, outZ, 0, 0.025, 0);
|
outX, outY, outZ, 0, 0.025, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue