Proper recipe matching from network, bumped protocol, build 11, fixed entities not being killed on void (closes #3021), fixes achievement acquireIron not being possible (fixes #2600)

This commit is contained in:
Shoghi Cervantes
2015-05-15 13:59:19 +02:00
parent e61db8ad06
commit 76e6ccebd5
7 changed files with 179 additions and 73 deletions

View File

@ -74,8 +74,8 @@ namespace pocketmine {
const VERSION = "1.5dev";
const API_VERSION = "1.12.0";
const CODENAME = "活発(Kappatsu)フグ(Fugu)";
const MINECRAFT_VERSION = "v0.11.0 alpha build 10";
const MINECRAFT_VERSION_NETWORK = "0.11.0.10";
const MINECRAFT_VERSION = "v0.11.0 alpha build 11";
const MINECRAFT_VERSION_NETWORK = "0.11.0.11";
/*
* Startup code. Do not look at it, it may harm you.