Added new sounds, events, particles

This commit is contained in:
Shoghi Cervantes
2015-08-03 12:42:47 +02:00
parent 2b2a1b18e7
commit 522932d7c0
34 changed files with 623 additions and 31 deletions

View File

@ -36,7 +36,7 @@ class DestroyBlockParticle extends Particle{
public function encode(){
$pk = new LevelEventPacket;
$pk->evid = 2001;
$pk->evid = LevelEventPacket::EVENT_PARTICLE_DESTROY;
$pk->x = $this->x;
$pk->y = $this->y;
$pk->z = $this->z;