furnace smoke doesn't fly

This commit is contained in:
Brianna 2019-09-10 19:16:53 -04:00
parent 679045bbad
commit 101819461d

View File

@ -122,7 +122,7 @@ public class FurnaceTask extends BukkitRunnable {
float yy = (float) (0 + (Math.random() * 1));
float zz = (float) (0 + (Math.random() * .75));
CompatibleParticleHandler.spawnParticles(CompatibleParticleHandler.ParticleType.SMOKE_NORMAL, location, 25, xx, yy, zz);
CompatibleParticleHandler.spawnParticles(CompatibleParticleHandler.ParticleType.SMOKE_NORMAL, location, 25, xx, yy, zz, 0);
}
}
}