Bump protocol and fixed packets for 0.13.0

This commit is contained in:
Intyre
2015-11-23 21:01:02 +01:00
parent f9d7e204c8
commit 2ea81710ad
9 changed files with 31 additions and 27 deletions

View File

@ -75,8 +75,8 @@ namespace pocketmine {
const VERSION = "1.6dev";
const API_VERSION = "1.13.0";
const CODENAME = "[REDACTED]";
const MINECRAFT_VERSION = "v0.12.1 alpha";
const MINECRAFT_VERSION_NETWORK = "0.12.1";
const MINECRAFT_VERSION = "v0.13.0 alpha";
const MINECRAFT_VERSION_NETWORK = "0.13.0";
/*
* Startup code. Do not look at it, it may harm you.