Initial spawn on 0.16

This commit is contained in:
Dylan K. Taylor
2016-10-04 12:29:26 +01:00
parent bb9ab525b6
commit dd0c5efb56
10 changed files with 239 additions and 117 deletions

View File

@ -75,8 +75,8 @@ namespace pocketmine {
const VERSION = "1.6dev";
const API_VERSION = "2.0.0";
const CODENAME = "Unleashed";
const MINECRAFT_VERSION = "v0.15.10.0 alpha";
const MINECRAFT_VERSION_NETWORK = "0.15.10.0";
const MINECRAFT_VERSION = "v0.15.90.7 alpha";
const MINECRAFT_VERSION_NETWORK = "0.15.90.7";
/*
* Startup code. Do not look at it, it may harm you.