Added SetDifficultyPacket

This commit is contained in:
Shoghi Cervantes
2014-11-06 19:07:24 +01:00
parent 1818e64c8e
commit 92143d523c
5 changed files with 58 additions and 0 deletions

View File

@ -88,5 +88,6 @@ interface Info{
//const PLAYER_INPUT_PACKET = 0xb9;
const FULL_CHUNK_DATA_PACKET = 0xba;
const UNLOAD_CHUNK_PACKET = 0xbb;
const SET_DIFFICULTY_PACKET = 0xbc;
}