diff --git a/server/entity/firework.go b/server/entity/firework.go index caeab54f9..cd7901e07 100644 --- a/server/entity/firework.go +++ b/server/entity/firework.go @@ -18,6 +18,7 @@ func NewFirework(opts world.EntitySpawnOpts, firework item.Firework) *world.Enti // may be attached to. func NewFireworkAttached(opts world.EntitySpawnOpts, firework item.Firework, owner world.Entity, attached bool) *world.EntityHandle { conf := fireworkConf + conf.Firework = firework conf.ExistenceDuration = firework.RandomisedDuration() conf.Attached = attached conf.Owner = owner.H()