Protocol update for 1.0.0.1

Added PlayerFallPacket
This commit is contained in:
Dylan K. Taylor
2016-12-08 12:34:31 +00:00
parent adabd7ef65
commit cc9736314e
4 changed files with 88 additions and 46 deletions

View File

@ -76,8 +76,8 @@ namespace pocketmine {
const VERSION = "1.6.2dev";
const API_VERSION = "2.2.0";
const CODENAME = "Unleashed";
const MINECRAFT_VERSION = "v1.0.0.0";
const MINECRAFT_VERSION_NETWORK = "1.0.0.0";
const MINECRAFT_VERSION = "v1.0.0.1";
const MINECRAFT_VERSION_NETWORK = "1.0.0.1";
/*
* Startup code. Do not look at it, it may harm you.