Added DEFLATEPacket protocol support

https://gist.github.com/shoghicp/5729825
This commit is contained in:
Shoghi Cervantes
2013-06-08 00:41:34 +02:00
parent 4f3700f13a
commit 1ce23ab8d7
6 changed files with 198 additions and 20 deletions

View File

@@ -70,7 +70,7 @@ class LevelImport{
"spawnZ" => $level["SpawnZ"],
"extra" => "",
"width" => 16,
"height" => 8
"height" => 8
));
$chunks = new PocketChunkParser();
$chunks->loadFile($this->path."chunks.dat");