Skip to content

Commit

Permalink
fixup! wip! wobble
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Jan 7, 2025
1 parent 42286ae commit ada5ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/block/decorated_pot.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{})
Expand Down

0 comments on commit ada5ff9

Please sign in to comment.