Tweak
EnergonRelics/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-07-28 16:47:10 -04:00
parent ee7f8e481c
commit e98b44453d
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(), 2, 0.3f, 0.3f, 0.3f, 0f);
((ServerWorld) getWorld()).spawnParticles(ParticleTypes.FLAME, vec.getX(), vec.getY(), vec.getZ(), 1, 0.4f, 0.4f, 0.4f, 0f);
progress++;
}