This commit is contained in:
Shoghi Cervantes Pueyo 2013-05-20 00:28:58 +02:00
parent 00a41e7e11
commit 98c790d731

View File

@ -116,7 +116,7 @@ class SuperflatGenerator implements LevelGenerator{
}
public function populateLevel(){
$this->random->seed($this->level->getSeed());
$this->random->setSeed($this->level->getSeed());
if(isset($this->options["spawn"])){
$spawn = array(10, new SandstoneBlock());
if(isset($this->options["spawn"]["radius"])){