diff --git a/src/world/generator/SuperflatGenerator.class.php b/src/world/generator/SuperflatGenerator.class.php index d1fb34fc0..2fb793492 100644 --- a/src/world/generator/SuperflatGenerator.class.php +++ b/src/world/generator/SuperflatGenerator.class.php @@ -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,