Entity harm sound

This commit is contained in:
Shoghi Cervantes Pueyo
2013-01-26 18:24:10 +01:00
parent 88725100a0
commit 234aee9dfa
5 changed files with 28 additions and 2 deletions

View File

@ -25,8 +25,6 @@ the Free Software Foundation, either version 3 of the License, or
*/
//Protocol Version: 5
define("MC_KEEP_ALIVE", 0x00);
@ -62,6 +60,7 @@ define("MC_UPDATE_BLOCK", 0x97);
define("MC_EXPLOSION", 0x99);
define("MC_ENTITY_EVENT", 0x9c);
define("MC_REQUEST_CHUNK", 0x9d);
define("MC_CHUNK_DATA", 0x9e);