From ada5ff96c217797bdf121a47d2186f2a53a5796d Mon Sep 17 00:00:00 2001 From: DaPigGuy Date: Mon, 6 Jan 2025 20:45:58 -0800 Subject: [PATCH] fixup! wip! wobble --- server/block/decorated_pot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{})