mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
New Generated worlds are higher (so no more complains about "moving walls")
This commit is contained in:
parent
01628b88b7
commit
23ca20855a
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user