Reduced amount of particles from love train mount

This commit is contained in:
LCastr0 2017-02-01 11:38:13 -02:00
parent ea8a4d2786
commit d06c445e9c

View File

@ -88,7 +88,7 @@ public class MountLoveTrain extends HorseMount
{
Horse loveTrain = loveTrainData.getEntity();
UtilParticle.PlayParticle(UtilParticle.ParticleType.HEART, loveTrain.getLocation(), 0.25f, 0.25f, 0.25f, 0.5f, 7, UtilParticle.ViewDist.NORMAL);
UtilParticle.PlayParticle(UtilParticle.ParticleType.HEART, loveTrain.getLocation(), 0.25f, 0.25f, 0.25f, 0.5f, 3, UtilParticle.ViewDist.NORMAL);
if (loveTrain.getPassenger() == null)
continue;