PMFLevel upgrade tested

This commit is contained in:
Shoghi Cervantes
2014-02-13 00:49:44 +01:00
parent b7ed2f765c
commit 1ab90b1409
2 changed files with 19 additions and 13 deletions

View File

@ -64,9 +64,10 @@ class LevelImport{
"spawnX" => $level["SpawnX"],
"spawnY" => $level["SpawnY"],
"spawnZ" => $level["SpawnZ"],
"extra" => "",
"width" => 16,
"height" => 8
"height" => 8,
"generator" => "NormalGenerator",
"generatorSettings" => "",
"extra" => ""
));
$chunks = new PocketChunkParser();
$chunks->loadFile($this->path."chunks.dat");