New Generated worlds are higher (so no more complains about "moving walls")

This commit is contained in:
Shoghi Cervantes Pueyo 2013-03-17 16:39:42 +01:00
parent 01628b88b7
commit 23ca20855a

View File

@ -30,8 +30,8 @@ class SuperflatGenerator{
private $config, $spawn, $structure;
public function __construct($seed){
$this->config = array(
"preset" => "7;20x1;3x3;2",
"spawn-surface" => 24,
"preset" => "7;70x1;3x3;2",
"spawn-surface" => 74,
"spawn-radius" => 10,
"torches" => 0,
"seed" => (int) $seed,