diff --git a/server/block/decorated_pot.go b/server/block/decorated_pot.go index 5f73b6b36..607c197dd 100644 --- a/server/block/decorated_pot.go +++ b/server/block/decorated_pot.go @@ -75,7 +75,7 @@ func (p DecoratedPot) wobble(pos cube.Pos, tx *world.Tx, success bool) { } if success { - tx.AddParticle(pos.Vec3Middle().Add(mgl64.Vec3{0, 1.25}), particle.DustPlume{}) + tx.AddParticle(pos.Vec3Middle().Add(mgl64.Vec3{0, 1.2}), particle.DustPlume{}) tx.PlaySound(pos.Vec3Centre(), sound.DecoratedPotInserted{Progress: float64(p.Item.Count()) / float64(p.Item.MaxCount())}) } else { tx.PlaySound(pos.Vec3Centre(), sound.DecoratedPotInsertFailed{})