This has to be one block lower or it winds up in the sky.

This commit is contained in:
GJ 2013-02-20 10:56:05 -05:00
parent 760432fb41
commit fdeadde7f0

View File

@ -53,6 +53,7 @@ public final class ParticleEffectUtils {
private static void fireworkParticleShower(Player player, Color color) {
Location location = player.getLocation();
location.setY(location.getY() - 1.0);
location.setPitch(-90);
Firework firework = (Firework) player.getWorld().spawnEntity(location, EntityType.FIREWORK);