mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 20:28:31 +00:00
Bump version to 0.16.0.5 and protocol to 91
This commit is contained in:
parent
ce72f634b0
commit
902dd4258b
@ -72,11 +72,11 @@ namespace pocketmine {
|
|||||||
use pocketmine\utils\Utils;
|
use pocketmine\utils\Utils;
|
||||||
use pocketmine\wizard\Installer;
|
use pocketmine\wizard\Installer;
|
||||||
|
|
||||||
const VERSION = "1.6dev";
|
const VERSION = "1.6.1dev";
|
||||||
const API_VERSION = "2.1.0";
|
const API_VERSION = "2.1.0";
|
||||||
const CODENAME = "Unleashed";
|
const CODENAME = "Unleashed";
|
||||||
const MINECRAFT_VERSION = "v0.15.90.8 alpha";
|
const MINECRAFT_VERSION = "v0.16.0.5 alpha";
|
||||||
const MINECRAFT_VERSION_NETWORK = "0.15.90.8";
|
const MINECRAFT_VERSION_NETWORK = "0.16.0.5";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Startup code. Do not look at it, it may harm you.
|
* Startup code. Do not look at it, it may harm you.
|
||||||
|
@ -30,7 +30,7 @@ interface Info{
|
|||||||
/**
|
/**
|
||||||
* Actual Minecraft: PE protocol version
|
* Actual Minecraft: PE protocol version
|
||||||
*/
|
*/
|
||||||
const CURRENT_PROTOCOL = 90;
|
const CURRENT_PROTOCOL = 91;
|
||||||
|
|
||||||
const LOGIN_PACKET = 0x01;
|
const LOGIN_PACKET = 0x01;
|
||||||
const PLAY_STATUS_PACKET = 0x02;
|
const PLAY_STATUS_PACKET = 0x02;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user