mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Updated for .13.1. skinName replaces isSlim, API bump
This commit is contained in:
@ -73,10 +73,10 @@ namespace pocketmine {
|
||||
use pocketmine\wizard\Installer;
|
||||
|
||||
const VERSION = "1.6dev";
|
||||
const API_VERSION = "1.13.0";
|
||||
const API_VERSION = "1.13.1";
|
||||
const CODENAME = "[REDACTED]";
|
||||
const MINECRAFT_VERSION = "v0.13.0 alpha";
|
||||
const MINECRAFT_VERSION_NETWORK = "0.13.0";
|
||||
const MINECRAFT_VERSION = "v0.13.1 alpha";
|
||||
const MINECRAFT_VERSION_NETWORK = "0.13.1";
|
||||
|
||||
/*
|
||||
* Startup code. Do not look at it, it may harm you.
|
||||
|
Reference in New Issue
Block a user