Reduced amount of particles from love train mount
This commit is contained in:
parent
ea8a4d2786
commit
d06c445e9c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user