PocketMine / PocketMine-MP

Legacy PocketMine-MP repository. Head to https://github.com/pmmp for up to date software.
https://www.pocketmine.net/
GNU Lesser General Public License v3.0
1.26k stars 660 forks source link

Sound: Add missing sound for block placement #4272

Closed dktapps closed 7 years ago

dktapps commented 8 years ago

Not a very complex PR, this simply adds sounds for block placement, which are currently conspicuously missing. I also noticed that block break sounds are missing, but the constant for block break sound is already in the LevelEventPacket, so I assume there's a reason why it hasn't been implemented.

Reference: https://github.com/iTXTech/Genisys/commit/1dacf3560594e22d2d981b5a5742258e5c2c7fa0

(PRing to this repository is probably pointless, I know. But I have time to waste, so here it is.)