This commit is contained in:
TheBrokenRail 2020-07-28 16:50:24 -04:00
parent e98b44453d
commit 0dab2a0004
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class IndustrialLaserBlockEntity extends FieldProjectorBlockEntity {
} else {
Vec3d vec = Vec3d.ofCenter(targetPos);
((ServerWorld) getWorld()).spawnParticles(ParticleTypes.FLAME, vec.getX(), vec.getY(), vec.getZ(), 1, 0.4f, 0.4f, 0.4f, 0f);
((ServerWorld) getWorld()).spawnParticles(ParticleTypes.FLAME, vec.getX(), vec.getY(), vec.getZ(), 1, 0.3f, 0.3f, 0.3f, 0f);
progress++;
}