We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42286ae commit ada5ff9Copy full SHA for ada5ff9
server/block/decorated_pot.go
@@ -75,7 +75,7 @@ func (p DecoratedPot) wobble(pos cube.Pos, tx *world.Tx, success bool) {
75
}
76
77
if success {
78
- tx.AddParticle(pos.Vec3Middle().Add(mgl64.Vec3{0, 1.25}), particle.DustPlume{})
+ tx.AddParticle(pos.Vec3Middle().Add(mgl64.Vec3{0, 1.2}), particle.DustPlume{})
79
tx.PlaySound(pos.Vec3Centre(), sound.DecoratedPotInserted{Progress: float64(p.Item.Count()) / float64(p.Item.MaxCount())})
80
} else {
81
tx.PlaySound(pos.Vec3Centre(), sound.DecoratedPotInsertFailed{})
0 commit comments